Closed
Bug 370673
Opened 18 years ago
Closed 18 years ago
textbox content becomes not editable after DOM manipulations with menulist
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: adamansky, Unassigned)
References
Details
Attachments
(1 file)
1.89 KB,
application/vnd.mozilla.xul+xml
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.8.1.1) Gecko/20060601 Firefox/2.0.0.1 (Ubuntu-edgy)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.8.1.1) Gecko/20060601 / trunk builds
textbox content becomes not editable after DOM manipulations with menulist in one DOM document.
Attached test case shows this problem.
Reproducible: Always
Steps to Reproduce:
1. Open attached test case .xul file
2. Change menulist item from list in the left side, then textbox field appears in the righ side
3. Now, put cursor in the textbox: TEXBOX IS NOT EDITABLE but it should be editable
Actual Results:
textbox content cant be changed
Expected Results:
textbox content should be editable
This bug works on linux/windows and for firefox 1.5/2.0/trunk
Reporter | ||
Comment 1•18 years ago
|
||
1. Open this file with firefox
2. Change item from list in the left side, then textbox field appears in the righ side
3. Now, put cursor in the textbox: TEXBOX IS NOT EDITABLE but it should be editable
Comment 2•18 years ago
|
||
Looks like a focus issue, but might be related to the fact that command events on menus are sent synchronously. Fixed with the patch in bug 279703 though.
Depends on: 279703
Comment 3•18 years ago
|
||
(In reply to comment #2)
>Looks like a focus issue, but might be related to the fact that command events
>on menus are sent synchronously.
Possibly the keyboard navigator doesn't get uninstalled properly because the command event removes the frame that's supposed to uninstall it?
Comment 4•18 years ago
|
||
Should now be fixed with bug 279703.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•