Closed
Bug 535581
Opened 15 years ago
Closed 15 years ago
TABLE inside LABEL tag, weird behavior
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ninzya, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5
When using <TABLE> tag inside <LABEL> tag and looking at DOM from Firebug, you can see <TABLE> being thrown out of <LABEL> and placed right after it.
Reproducible: Always
Steps to Reproduce:
1. Open URL i provided and notice that <TABLE> is inside <LABEL>
2. Open Firebug and see that <TABLE> is right next to <LABEL> where it shouldn't be
Actual Results:
<TABLE> is right next to <LABEL> where it shouldn't be
Expected Results:
<TABLE> remains inside <LABEL> and text inside <TABLE> is clickable (toggles the checkbox control)
Comment 1•15 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.7pre) Gecko/20091216 Shiretoko/3.5.7pre
I see this problem indeed with Firefox 3.5, but it is fixed in the latest nightly of Firefox 3.6.
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-1.9.2/
Resolving WFM.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
Resolution: --- → WORKSFORME
Version: unspecified → 1.9.1 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•