Closed
      
        Bug 214956
      
      
        Opened 22 years ago
          Closed 21 years ago
      
        
    
  
too long underline in a button i XUL
Categories
(Core :: XUL, defect)
Tracking
()
        RESOLVED
        FIXED
        
    
  
People
(Reporter: md2perpe, Assigned: hyatt)
Details
Attachments
(2 files)
| 1.42 KB,
          patch         | dbaron
:
              
              review+ dbaron
:
              
              superreview+ | Details | Diff | Splinter Review | 
| 200 bytes,
          application/vnd.mozilla.xul+xml         | Details | 
User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1
The underline on a button's label becomes far too long and leaves the button.
Too see what I mean, try the following XUL document:
<?xml version="1.0"?> 
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  <box flex="0">
    <button label="abc" style="text-decoration: underline;"/>
  </box>
</window>
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
wfm using Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5b) Gecko/20030808 Mozilla
Firebird/0.6.1+
There doesn't seem to be any delay. This doesn't seem to be a firebird bug
specifically, but I'm not sure which component to move it too.
|   | ||
| Comment 2•22 years ago
           | ||
Over to Browser. I'm seeing this too on 2003-09-11 firebird and semonkey builds
on WinXP.
Assignee: blake → hyatt
Status: UNCONFIRMED → NEW
Component: General → XP Toolkit/Widgets: XUL
Ever confirmed: true
Product: Firebird → Browser
QA Contact: asa → shrir
Version: unspecified → Trunk
| Comment 3•21 years ago
           | ||
Not sure who reviews XUL patches these days...
|   | ||
| Comment 4•21 years ago
           | ||
Comment on attachment 134795 [details] [diff] [review]
Fixes long underlines on elements
Either bryner or dbaron could r+sr= this.
/be
        Attachment #134795 -
        Flags: superreview?(dbaron)
        Attachment #134795 -
        Flags: review?(bryner)
        Attachment #134795 -
        Flags: superreview?(dbaron)
        Attachment #134795 -
        Flags: superreview+
        Attachment #134795 -
        Flags: review?(bryner)
        Attachment #134795 -
        Flags: review+
|   | ||
| Comment 6•21 years ago
           | ||
Thanks, checked in.
/be
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
| Comment 7•21 years ago
           | ||
Bah, the so-called XUL document in comment #0 has no stylesheet :-/
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
•