Closed
Bug 1052760
Opened 11 years ago
Closed 9 years ago
Elements at skyscanner.net looks vertically stretched
Categories
(Web Compatibility :: Site Reports, defect)
Web Compatibility
Site Reports
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sviter33, Assigned: karlcow)
References
()
Details
(Keywords: qawanted, Whiteboard: [country-all] [css])
Attachments
(1 file)
74.52 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Android; Tablet; rv:34.0) Gecko/34.0 Firefox/34.0 (Nightly/Aurora)
Build ID: 20140812030202
Actual results:
Some elements (checkboxes) at http://skyscanner.net/ looks stretched vertically. See attached screenshot
Expected results:
Mast be round
![]() |
Assignee | |
Comment 1•11 years ago
|
||
Interesting difference.
When accessing the same page by faking the UA on Firefox Desktop. The checkboxes are not stretched.
In the simulator and on the device they indeed look stretched out.
Would it be possible to test in different builds?
It's kind of strange.
I see a
#search-controls #journey-type-toggle input[type="radio"] {
min-height: 18px;
}
and a
#search-controls #search-compare-units input, #search-controls #journey-type-toggle input, #search-controls #add-nearby-airports-origin-toggle input, #search-controls #add-nearby-airports-destination-toggle input, #search-controls #prefer-directs-toggle input {
border: 0px none;
float: left;
height: 13px;
margin: 0px;
padding: 0px;
position: relative;
top: -1px;
vertical-align: bottom;
width: 13px;
}
I wonder if it's the reason.
Maybe we could try to create a reduced test case for this.
Assignee: nobody → kdubost
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Keywords: qawanted
Whiteboard: [country-all] [css]
![]() |
Assignee | |
Comment 2•9 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
Updated•1 year ago
|
Component: Mobile → Site Reports
You need to log in
before you can comment on or make changes to this bug.
Description
•