Closed
Bug 300051
Opened 20 years ago
Closed 18 years ago
Text-decoration directive doesn't work for some XUL tags
Categories
(Core :: XUL, defect)
Tracking
()
People
(Reporter: ygoraly, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
<label style="text-decoration:underline">some text, no underline</label>
or
<description style="text-decoration:underline">some text, no underline</description>
will not show the text decoration, while
<description style="text-decoration:underline" value="some text, underline"/>
does
Reproducible: Always
Assignee: dbaron → nobody
Component: Style System (CSS) → XP Toolkit/Widgets: XUL
QA Contact: ian → xptoolkit.xul
![]() |
||
Comment 1•20 years ago
|
||
The interaction of text-decoration with most display types (including the XUL box ones) is not really defined...
Whiteboard: DUPEME
Updated•18 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
No longer depends on: 219516
Resolution: --- → DUPLICATE
Whiteboard: DUPEME
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: xptoolkit.xul → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•