#9377 closed defect (fixed)
Formating Menu in Editor disabled in Safari
Reported by: | sfox | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Editor | Version: | 1.3.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Safari 3.2.1 (OS X) In test_Editor.html in the dijit tests the Format menu (available in the 4th editor widget on that page) displays the disabled symbol when clicked on. So headings (and other formats) can't be applied.
Change History (11)
comment:1 Changed 12 years ago by
Milestone: | tbd → 1.4 |
---|---|
Summary: | Formating Menu in Editor Non-Functional in Safari → Formating Menu in Editor disabled in Safari |
comment:2 Changed 12 years ago by
Just to clarify this bug seems to date back to the move from 1.1 to 1.2 --just looking at test_Editor.html behavior across past versions.
comment:3 Changed 11 years ago by
Still broken in Safari 4. It's enabled but selecting the element doesn't have any effect.
comment:4 Changed 11 years ago by
Owner: | changed from liucougar to Jared Jurkiewicz |
---|
Might be worth fixing for 1.4 if possible (probably happens on chrome and safari windows too?)
comment:5 Changed 11 years ago by
I understand why this fails on WebKit/Safari? The underlying browser returns "" for the blocks when it does a queryCommandValue. I can work around this by using the range API to just walk up the ansestors from current selection.
There's also a MAJOR async issue with this plugin and IE. (FilteringSelect? is async on onChange, but the plugin assumes sync), so all hell breaks loose. Fixing that too.
comment:6 Changed 11 years ago by
Thanks for working on that. If the async issues proves to be difficult, we could use the dijit.form.Select widget instead. Although IIRC Doug changed all the form widgets to fire onChange asynchronously, so I guess that wouldn't help.
comment:7 Changed 11 years ago by
No, I have it working, I think. I just want to put together enough tests for it to feel comfortable I got it working correctly/consistently across browser.
comment:8 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [20422]) Fixing Many FontChoice? bugs, from WebKit? failing to ID block formats, to issues with async setting and update. Tested on: IE6, 7, and 8, FireFox? 3.0, 3.5, Safari 4, and Google Chrome 3. fixes #9377
Hmm, you are right. It's working on FF/mac but not safari. Tested on test_Editor.html.