Closed
Bug 495865
Opened 16 years ago
Closed 16 years ago
Buttons to change columns are rendered incorrectly in Internet Explorer 8
Categories
(Bugzilla :: User Interface, defect)
Tracking
()
VERIFIED
FIXED
Bugzilla 3.4
People
(Reporter: LpSolit, Assigned: LpSolit)
Details
Attachments
(2 files)
|
25.22 KB,
image/png
|
Details | |
|
527 bytes,
patch
|
gregaryh
:
review+
|
Details | Diff | Splinter Review |
See the screenshot. I cannot reproduce with Firefox 3.5 nor with IE6. No idea about IE7.
Flags: blocking3.4?
| Assignee | ||
Comment 2•16 years ago
|
||
Things would work much better with
<button type="button" ...><img src="images/foo.png" alt="bar"></button>
I tried this with IE8, Safari 4, Chrome 2, Opera 10 and Firefox 3.5. Another way to fix it is to set "height: 30px" in global.css.
| Assignee | ||
Comment 3•16 years ago
|
||
Less invasive fix. I tested with the set of browsers mentioned in my previous comment.
Updated•16 years ago
|
Attachment #381331 -
Flags: review?(ghendricks) → review+
| Assignee | ||
Updated•16 years ago
|
Flags: approval3.4+
Flags: approval+
| Assignee | ||
Comment 4•16 years ago
|
||
tip:
Checking in skins/standard/global.css;
/cvsroot/mozilla/webtools/bugzilla/skins/standard/global.css,v <-- global.css
new revision: 1.65; previous revision: 1.64
done
3.3.4:
Checking in skins/standard/global.css;
/cvsroot/mozilla/webtools/bugzilla/skins/standard/global.css,v <-- global.css
new revision: 1.64.2.1; previous revision: 1.64
done
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 5•16 years ago
|
||
Verified Fixed on https://landfill.bugzilla.org/
The change looks really good; no other browsers show a regression (Chrome, Firefox 3.5, IE7, Safari, etc.).
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•