Closed
Bug 271750
Opened 20 years ago
Closed 20 years ago
the textbox element doesn't handle/observe broadcasts properly
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 174492
People
(Reporter: TheSeer, Unassigned)
Details
(Keywords: testcase)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020 Defining a broadcast with the disabled-attribute, toggling that broadcast attribute to "false" leaves the textbox uneditable even though the css changes accordingly Reproducible: Always Steps to Reproduce: 1. check the example ;) 2. 3. Actual Results: textbox changes style but is not editable Expected Results: editable textbox
Summary: textbox doesn't handle broadcast properly → the textbox element doesn't handle/observe broadcasts properly
Comment 2•20 years ago
|
||
I'm getting a parser error when opening the testcase.
The previous example didn't work on firefox (for whatever reason..)
Comment 4•20 years ago
|
||
dupe of 'setAttribute("disabled", false) causes textbox to not function properly'
*** This bug has been marked as a duplicate of 174492 ***Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•