RESOLVED WORKSFORME Bug 16671
Additional box at bottom of united.com
https://bugs.webkit.org/show_bug.cgi?id=16671
Summary Additional box at bottom of united.com
Gavin Sherlock
Reported 2007-12-30 00:16:49 PST
Go to http://www.united.com/ - note odd box at the bottom of the page. If you make the page wider, this stays left justified. Not sure if this is a regression, but it does not appear in Firefox. Tested with r28979 on 10.5.1
Attachments
screenshot showing oddity on bottom left (351.49 KB, image/png)
2007-12-30 00:18 PST, Gavin Sherlock
no flags
Reduction for bug number 16671 (541 bytes, text/html)
2008-02-05 21:16 PST, Sam Stigler
no flags
Snapshot from Mac Mini (125.65 KB, image/gif)
2008-07-18 01:21 PDT, Robert Blaut
no flags
Gavin Sherlock
Comment 1 2007-12-30 00:18:09 PST
Created attachment 18181 [details] screenshot showing oddity on bottom left
David Kilzer (:ddkilzer)
Comment 2 2007-12-30 07:48:45 PST
Confirmed with Safari 3.0.4 (523.12.2) with original WebKit on Mac OS X 10.4.11 (8S165). Also occurs with a local debug build of WebKit r29032.
mitz
Comment 3 2007-12-30 08:48:16 PST
Its a <div id="tooltip">, present in Firefox as well but in WebKit it has style="" whereas in Firefox it has style="display: none".
Sam Stigler
Comment 4 2008-02-05 21:13:27 PST
I've been able to reduce this to something related to their use of a jQuery tooltip. It's very odd; just having the tooltip style declared and initializing the Tooltip causes the the box to appear. Removing the initialization will also remove the box. I'm attaching the reduction.
Sam Stigler
Comment 5 2008-02-05 21:15:36 PST
Forgot to note: Tested on r30028, on Mac OS X 10.5.1.
Sam Stigler
Comment 6 2008-02-05 21:16:44 PST
Created attachment 18950 [details] Reduction for bug number 16671
Chasen Le Hara
Comment 7 2008-02-06 12:13:24 PST
While creating a reduction I found this in the changelog for the tooltip plugin utilized in the current reduction: "1.2 --- * Fixed bug in Safari 3 where to tooltip is initially visible, by first appending to DOM then hiding it" So, the plugin author fixed this bug in a later release than what's being used on united.com. Do we want to further explore this bug?
Robert Blaut
Comment 8 2008-02-07 06:09:56 PST
It's definitely Evangelism bug since changing user agent to Firefox fixes the problem.
mitz
Comment 9 2008-02-07 07:43:23 PST
Robert Blaut
Comment 10 2008-07-17 00:54:51 PDT
As I tested today the bottom box isn't visible on the page any more. Tested with Webkit r35203.
Gavin Sherlock
Comment 11 2008-07-17 07:55:47 PDT
It's definitely still there with r35203 on Mac. What platform did you test on?
Robert Blaut
Comment 12 2008-07-18 01:21:30 PDT
Created attachment 22356 [details] Snapshot from Mac Mini (In reply to comment #11) > It's definitely still there with r35203 on Mac. What platform did you test on? > It's strange bug as I tested the site yesterday and also today on my Mac Mini the box isn't visible (screenshot attached). But it's visible on my other machine - Macbook. Strange.
mitz
Comment 13 2010-02-16 17:34:34 PST
Seems to be fixed now.
Note You need to log in before you can comment on or make changes to this bug.