Closed
Bug 525729
Opened 16 years ago
Closed 16 years ago
Second number of day date stays hidden
Categories
(Camino Graveyard :: Page Layout, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: philipr, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en; rv:1.9.0.15pre) Gecko/2009091516 Camino/2.0b4 (like Firefox/3.0.15pre)
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4.11; en; rv:1.9.0.15pre) Gecko/2009091516 Camino/2.0b4 (like Firefox/3.0.15pre)
Second number of day date stays hidden before and after day date selection.
Reproducible: Always
Steps to Reproduce:
1.look for flight date, notice second day number is missing
2.click on date bar and full day date appears
3.full date disappears after selection
Expected Results:
full day date, before, during and after selection
Comment 1•16 years ago
|
||
You mean selecting a date (under 'Departing') in the big orange box on the left, correct ?
If yes, that is expected. The site doesn't allow enough space to display the second digit. The width of the widget is locked down to 38px.
FORM.booking FIELDSET DIV.date SELECT.day {
width:38px;
}
in http://www.jetstar.com/global/css/forms.css. line 68
The same problem happens with Safari and Firefox (latest trunk builds). You probably should complain to the webmaster of that site.
Chris, is this worth kicking to TE, or just INVALID?
Comment 3•16 years ago
|
||
It's not a standards or sniffing problem, it's just straight-up bad site design, so it doesn't seem TE-worthy.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•