Closed
Bug 2959
Opened 26 years ago
Closed 26 years ago
[PP] "Go Get It" button not displayed on Linux (whowhere.com)
Categories
(Core Graveyard :: GFX, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: elig, Assigned: ramiro)
References
()
Details
* TITLE/SUMMARY
[PP] "Go Get It" button not displayed on Linux (whowhere.com)
* STEPS TO REPRODUCE
0) Launch Viewer
1) View http://www.whowhere.com (or use the HTML snippet enclosed at the end of
the bug report, which is simplified from the page)
* RESULT
- What happened
The "Go Get It!" GIF button isn't drawn.
In the HTML snippet included, it's drawn for a tenth of a second in the upper-
left hand corner of the window.
(The problem won't occur if you remove pretty much any tag from the included HTML
snippet.)
- What was expected
Button to be present cross-platform.
* REGRESSION
- Occurs On
viewer (2.4.99 optimized build for Linux)
- Doesn't Occur On
viewer (2.5.99 optimized build for Mac OS)
viewer (2.4.99 optimized build for Win32 [NT 4, Service Pack 3])
* CONFIGURATIONS TESTED
- [Mac] Power Mac 8500/120 (233 Mhz 604e), 64 MB RAM (VM on; 1 MB of VM used),
1024x768 (Thousands of Colors), Mac OS 8.5.1
- [Win32] Vectra VL (233 Mhz P2), 96 MB RAM, 800x600 (True Color), NT 4.0 SP3.
- [Linux] Vectra VL (266 Mhz P2), 96 MB RAM.
* HTML SNIPPET
<TABLE BORDER=0 BGCOLOR="#000000" CELLPADDING=0 CELLSPACING=0 WIDTH=600>
<FORM ACTION="http://www.lycos.com/cgi-bin/pursuit" METHOD=GET>
<TR>
<td width=100 align="right"></td>
<TD valign="middle"> <INPUT TYPE=image src="http://www.whowhere.lycos.com/
images/GoGetIt.gif" BORDER=0 VALUE="Go Get It!">
</TD>
</TR></FORM>
</TABLE>
Reporter | ||
Comment 1•26 years ago
|
||
[For your convenience, I've placed the simplified HTML snippet at http://
www.prometheus-music.com/gecko/bug2959.html]
Reporter | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 2•26 years ago
|
||
This no longer takes place on the 2.9.99 Linux build, or the 2.10.99 Win32 or Mac
OS builds.
I'm assuming it's been fixed somehow, and am moving to Verified/Fixed.
Here's some additional info just for documentation
of the problem.
I could see the bug
on my local linux build from Tuesday.
The image could be viewed if the whole image URL
is provided, so the problem was not in decoding or
displaying the image.
http://www.whowhere.lycos.com/images/GoGetIt.gif
There could have been a regression on translating
the resolved URL for the image. But since its fixed
now ..... ONWARD!
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•