Closed
Bug 206055
Opened 22 years ago
Closed 22 years ago
[XUL] <label>'s control attribute doesn't work
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
FIXED
People
(Reporter: kenz.gelsoft, Assigned: hyatt)
References
Details
Attachments
(1 file)
1.60 KB,
patch
|
neil
:
review+
bzbarsky
:
superreview+
sspitzer
:
approval1.4+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.4b) Gecko/20030517 Mozilla Firebird/0.6
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.4b) Gecko/20030517 Mozilla Firebird/0.6
Clicking <label> should focus the element associated by <label>'s control attribute.
Reproducible: Always
Steps to Reproduce:
1. create a element has id(i.e. id="test"), and create a <label> has control
attribute indicate that element id(control="test")
2. view the XUL file
3. click the label
Actual Results:
element has id "test" isn't focused. and an error "controlElementID.focus is not
a function" is reported.
Expected Results:
element has id "test" should be focused.
Reporter | ||
Comment 1•22 years ago
|
||
this contains fix for MozillaFirebird, too.
![]() |
||
Updated•22 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
![]() |
||
Comment 2•22 years ago
|
||
Comment on attachment 123585 [details] [diff] [review]
patch for proposal
Please drop me a mail when this has review (and approval if you want to try to
get this in for 1.4) and I'll check it in for you... sr=me.
Attachment #123585 -
Flags: superreview+
Attachment #123585 -
Flags: review?(neil.parkwaycc.co.uk)
Reporter | ||
Comment 3•22 years ago
|
||
Thanks superreview, bzbarsky.
Requesting approval 1.4 final.
This patch fixes the problem that an typo broke the XUL <label> element's
control attribute. This must be safe to land, because this is small script typo
fix in xbl.
Flags: blocking1.4?
Reporter | ||
Updated•22 years ago
|
Attachment #123585 -
Flags: approval1.4?
Comment 5•22 years ago
|
||
Comment on attachment 123585 [details] [diff] [review]
patch for proposal
a=sspitzer, once you get a review.
Attachment #123585 -
Flags: approval1.4? → approval1.4+
Updated•22 years ago
|
Attachment #123585 -
Flags: review?(neil.parkwaycc.co.uk) → review+
![]() |
||
Comment 6•22 years ago
|
||
Checked in the change to xpfe/. I don't have cvs access to toolkit/; you will
need to get one of the following people to check that part in for you (and
probably review it too, for toolkit):
ben@netscape.com
varga@netscape.com
mkaply@us.ibm.com
jaggernaut@netscape.com
hewitt@netscape.com
dean_tessman@hotmail.com
chanial@noos.fr
blakeross@telocity.com
hyatt@mozilla.org
Most of them don't really read bugmail, so I suggest personal mail; Dean Tessman
or chanial@noos.fr are your best bets, I think.
I'm out of town until Tuesday, but remind me if it's not checked in by then and
I'll do it.
I checked in the patch to toolkit. Marking fixed.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 9•22 years ago
|
||
Thanks checking in, dean. all reviews.
Comment 10•22 years ago
|
||
*** Bug 128736 has been marked as a duplicate of this bug. ***
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: shrir → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•