#8720 closed defect (fixed)
[regression]: FF2: themeTester.html Editor broken
Reported by: | Douglas Hays | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Editor | Version: | 1.3.0b1 |
Keywords: | Cc: | Nathan Toone | |
Blocked By: | Blocking: |
Description
Run themeTester.html using Firefox 2 (I'm usng WinXP). Select the Textarea/Editor? tab and scroll down to the enabled Editor widget. You cannot focus or change it at all. This worked in 1.1.1. It stopped working with [14916].
Change History (4)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
comment:3 Changed 12 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:4 Changed 12 years ago by
Milestone: | tbd → 1.3 |
---|
Note: See
TracTickets for help on using
tickets.
This line:
is throwing an exception. The _delayedDisabled code seems to have changed the order in which this statement is being executed. It seems to work with Firefox 3.