#8727 closed defect (fixed)
[regression]: Editor disabled attribute does not work
Reported by: | Douglas Hays | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Editor | Version: | 1.3.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Run themeTester.html (any browser) and select the Textarea/Editor? tab. Scroll down to the disabled Editor and click to focus. The input caret appears and you can make changes.
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | 8727.patch added |
---|
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [16801]) Fixes #8727, #8720. attr('disabled',val) throws an exception on hidden Editor widgets (eg themeTester tabs) so flag those and take care of things on the _onFocus handler (ie. no longer hidden). Also, for focusOnLoad=true, set focus after the Editor widgets have finished initializing to prevent the a disappearing input caret on FF2.
comment:2 Changed 13 years ago by
Milestone: | tbd → 1.3 |
---|
Note: See
TracTickets for help on using
tickets.
Fix to be reviewed. Rolled back [14916] and refixed to allow for hidden Editor widgets that finish init when made visible. Also fixes #8720