Closed
Bug 291878
Opened 20 years ago
Closed 11 years ago
tat.com.tw - Drop down list at wrong position on TAT site.
Categories
(Tech Evangelism Graveyard :: Chinese-Traditional, defect)
Tech Evangelism Graveyard
Chinese-Traditional
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: djlu35, Unassigned)
References
()
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 I found a bad drop down list by Mozilla 1.7.7 on Win XP http://www.tat.com.tw/ It was correct on IE. Reproducible: Always Steps to Reproduce: 1.Enter http://www.tat.com.tw/ by Mozilla 1.7.7. 2.Drop down lists go to left side. 3.Open this site with IE will show the correct drop down list positions. Actual Results: Drop down lists on right side go to left. Expected Results: Drop down lists on the original positions.
Summary: Drop down list on wrong position on mozilla → Drop down list on wrong position on a site.
I have told TAT before about this, but they have suggested to use IE on the page.
Summary: Drop down list on wrong position on a site. → Drop down list at wrong position on TAT site.
I mean they have written "Suggest to use IE" on the page. So now I report it as a bug here.
Comment 5•20 years ago
|
||
This bug needs a minimal testcase. Note that there is a very good chance that the site is just using IE-only code or depending on an IE bug...
Keywords: qawanted
Comment 6•20 years ago
|
||
the site assumes all browsers are IE or NS4. The page at the URL has:
if (document.all) {n=0;ie=1;fShow="block";fHide="none";}
if (document.layers) {n=1;ie=0;fShow="show"; fHide="hide";}
so fHide is never defined and when it then does element.style.display = fHide,
things get bad. It also has 'onmousemove="window.event.cancelBubble = true"' on
a div that includes most (or all) of the content window, so moving your mouse is
a good way to flood the JS console (window.event is an IEism).
==> tech evang
djlu35: the poor display is due to problems with the site's HTML, so I'm moving
this to TE where people contact the web sites to try to get them to fix their
pages. If you have any more correspondence with the site, please include their
responses here.Assignee: general → chinese-traditional
Status: UNCONFIRMED → NEW
Component: General → Chinese-Traditional
Ever confirmed: true
Keywords: qawanted
OS: Windows XP → All
Product: Mozilla Application Suite → Tech Evangelism
QA Contact: general → chinese-traditional
Hardware: PC → All
Version: 1.7 Branch → unspecified
Updated•20 years ago
|
Summary: Drop down list at wrong position on TAT site. → tat.com.tw - Drop down list at wrong position on TAT site.
Comment 7•11 years ago
|
||
404 Mozilla/5.0 (Android; Mobile; rv:23.0) Gecko/23.0 Firefox/23.0
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Updated•10 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
•