Closed
Bug 1010703
Opened 11 years ago
Closed 10 years ago
HTML <select> element missing right border with some fonts
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 545685
People
(Reporter: kresimir.virovic, Unassigned)
References
Details
(Keywords: testcase)
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0 (Beta/Release)
Build ID: 20140506152807
Steps to reproduce:
this worked fine before firefox updated to verion 29.0.1
@font-face
{
font-family: 'MyriadProRegular';
src: url('fonts/MyriadPro-Regular.eot');
src: local('MyriadProRegular'), url('fonts/MyriadPro-Regular.woff') format('woff'), url('fonts/MyriadPro-Regular.ttf') format('truetype');
}
Actual results:
In HTML select element, when it is opened, <option> list right border missing.
Expected results:
Opened <option> list should have all borders visible
| Reporter | ||
Comment 1•11 years ago
|
||
UPDATE:
Problem is with some font-sizes
I've try Arial font-size 16, same thing
| Reporter | ||
Updated•11 years ago
|
Summary: HTML <select> element missing right border when non-system fonts used in css → HTML <select> element missing right border
Comment 2•11 years ago
|
||
Can you provide a link to a testcase (either on jsbin/jsfiddle/codepen/... or on your own website) ?
Flags: needinfo?(kresimir.virovic)
Keywords: regression,
regressionwindow-wanted
Summary: HTML <select> element missing right border → HTML <select> element missing right border with some fonts
Updated•11 years ago
|
| Reporter | ||
Comment 3•11 years ago
|
||
file default.css line 58
try changing font size from 15 to 16 and backward
Flags: needinfo?(kresimir.virovic)
Updated•11 years ago
|
Whiteboard: DUPEME
Updated•11 years ago
|
Component: General → Layout: Form Controls
Comment 6•10 years ago
|
||
This still reproduces on Nightly with e10s disabled, but not with it enabled. That said, I can reproduce this bug with the attached testcase as far back as Firefox 4, so this doesn't seem like a recent regression. I'm going to dupe this to bug 545685.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Keywords: regression,
regressionwindow-wanted
Resolution: --- → DUPLICATE
Whiteboard: DUPEME
You need to log in
before you can comment on or make changes to this bug.
Description
•