Closed
Bug 120716
Opened 24 years ago
Closed 17 years ago
njtransit.com - some input fields are showing up in the wrong place or not at all
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: taso, Unassigned)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7) Gecko/20011221
BuildID: 20011221
Normally, there should be an input field for street address to the left of the
"City, State" dropdowns. However, in Mozilla, they do not show up there.
Instead there is an extra input field in the top left of the window.
Reproducible: Sometimes
Steps to Reproduce:
1.Just visit the URL
2.
3.
Actual Results: The page is drawn with the problematic input fields described
above.
Expected Results: The input fields for street address should be displayed to
the left of the "City, State" dropdown.
This is probably caused by really bad HTML.. But why does IE display it correctly?
Comment 1•24 years ago
|
||
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7+) Gecko/20020118
I see this too.
The page appears to be using DHTML that should be understood by Mozilla. no
errors showed up in the console...
in IE, the input field showed up between the radio buttons on the left and the
select drop-down on the right, correct?
Yes, that is correct.
FYI, I have also sent email to webmaster AT njtransit DOT com telling them that
their HTML is broken (since it also fails in Netscape Navigator 4.77).
Comment 3•24 years ago
|
||
Have you tried using the JavaScript Debugger (Venkman)? It should help you
figure out why the stuff is in the wrong place. The page might be ok and
Mozilla just doesn't like it. I just can't tell from a quick look at it.
Comment 4•24 years ago
|
||
OK, after massaging this page a bit, I got it to behave properly. There are two
things that seem to be important:
1) the "start" and "dest" div's are generated dynamically via JavaScript. the
page makes them "absolute" positioned for IE and "relative" for all other.
Mozilla wants it to be "absolute". It doesn't really make sense for it to be
"relative" so I'm a bit confused why it would be there.
2) the "start" and "dest" div's can't be empty. You can put a in there
or put garbage and then make it visibility:hidden. If it's empty, Mozilla will
not properly set its position (which the page uses to set the position of other
elements).
#1 looks like evangelism. #2 could be the same, but might also be a minor DOM
layout bug.
Updated•24 years ago
|
Target Milestone: --- → Future
Comment 6•23 years ago
|
||
This is evang.
Assignee: attinasi → bc
Component: Layout → US Gov
Product: Browser → Tech Evangelism
QA Contact: cpetersen0953 → chrisn
Target Milestone: Future → ---
Version: Trunk → unspecified
Comment 7•22 years ago
|
||
tech evang june 2003 reorg
Assignee: bc → english-us
Component: US Gov → English US
QA Contact: chrisn → english-us
Updated•22 years ago
|
Summary: some input fields are showing up in the wrong place or not at all → njtransit.com - some input fields are showing up in the wrong place or not at all
Comment 8•21 years ago
|
||
*** Bug 255826 has been marked as a duplicate of this bug. ***
Updated•11 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•