Closed
Bug 534202
Opened 16 years ago
Closed 16 years ago
Install Plugin Name box is never editable (disabled in XUL)
Categories
(Other Applications Graveyard :: ChatZilla, defect)
Other Applications Graveyard
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugzilla-mozilla-20000923, Assigned: bugzilla-mozilla-20000923)
References
Details
(Whiteboard: [cz-0.9.86])
Attachments
(1 file)
|
625 bytes,
patch
|
bugzilla-mozilla-20000923
:
review+
|
Details | Diff | Splinter Review |
Silly thing missed (by me) on the Install Plugin dialog: the name <textbox> has disabled="true" in XUL but the code only sets/removed readonly="true", which results in it never being editable.
I must say, though, readonly="true" (without disabled) looks shit in Firefox 3.5.5 on Windows 7 - it looks exactly like an editable textbox!
I'm not actually fussed which attribute we use (but disabled looks better here), but it must be the same in XUL and the code.
| Assignee | ||
Comment 1•16 years ago
|
||
Assignee: rginda → silver
Status: NEW → ASSIGNED
Attachment #417101 -
Flags: review?(gijskruitbosch+bugs)
Comment 2•16 years ago
|
||
Comment on attachment 417101 [details] [diff] [review]
Use disabled everywhere
(In reply to comment #0)
> I must say, though, readonly="true" (without disabled) looks shit in Firefox
> 3.5.5 on Windows 7 - it looks exactly like an editable textbox!
Gah, I suspected that was why it used that, but neglected to check. Blegh.
r=me, anyway.
| Assignee | ||
Comment 3•16 years ago
|
||
Pushed --> FIXED.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Whiteboard: [cz-0.9.86]
| Assignee | ||
Comment 4•16 years ago
|
||
Comment on attachment 417101 [details] [diff] [review]
Use disabled everywhere
Setting r+ as was intended to clear from my review queue.
Attachment #417101 -
Flags: review?(gijskruitbosch+bugs) → review+
Updated•1 year ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•