Open
Bug 105929
Opened 24 years ago
Updated 3 years ago
XUL buttons containing markup have content of button selectable
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
NEW
Future
People
(Reporter: grayrest, Unassigned)
References
()
Details
While reading through bug 95005
(http://bugzilla.mozilla.org/show_bug.cgi?id=95005) I selected all the text on
the page and noticed that the button containing markup was selected along with
the text, but the rest of the buttons were not. This is probably related to bug
95005 and could be fixed at the same time.
Steps to duplicate:
1. go to url http://www.mozilla.org/projects/xul/tests/buttons.xul
2. select all text on page
3. note that markup containing button is selected.
Updated•24 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 2000 → All
Hardware: PC → All
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0.1
Comment 1•24 years ago
|
||
*** Bug 110965 has been marked as a duplicate of this bug. ***
Comment 2•24 years ago
|
||
With labels, there is the same problem:
http://www.mozilla.org/projects/xul/tests/label.xul
There is a multiline label with green border and the text is selectable. The
other labels aren't.
The problematic labels text is defined as:
<label>text</label>
The other labels' texts are:
<label value="text"/>
The same with the buttons.
Comment 3•23 years ago
|
||
--> default owner
Assignee: hyatt → jaggernaut
Status: ASSIGNED → NEW
Target Milestone: mozilla1.0.1 → ---
Updated•23 years ago
|
Target Milestone: --- → Future
Updated•17 years ago
|
Assignee: jag → nobody
Comment 4•17 years ago
|
||
WFM with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20090104 Shiretoko/3.1b3pre
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•