Closed
Bug 238863
Opened 21 years ago
Closed 21 years ago
When a table is displayed on one tab it is also seen on very other tab.
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 162134
People
(Reporter: danielrjansen, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
The classified ads within cycletrader site all contain a toolbar toward the
bottom. It is a table and whenever you can see it on the page it is also shown
on the other tabs that may be open. It also seems to "float" and sort of stamp
itself everywhere when you sceoll though the ad. As soon as the table has been
hidden by scrolling, refreshing or closing the tab it no longer apears on any
other tabs.
The link I have provided is directly to an ad and may become invalid if the item
is sold. Otherwise the home url is www.cycletrader.com. You must see an actual
items sale page to see the table.
Here is the table's source.
<table width="100%" cellpadding="0" cellspacing="7" border="0">
<tr>
<td bgcolor="#000000" onmouseout="javascript:window.status='';">
<table width="100%" cellpadding="3" cellspacing="1" border="0">
<tr bgcolor="#C6AE73">
<td><div class="TextT1Md" style="color:#000000;"><b> ADDITIONAL
INFORMATION</b></div></td>
</tr>
</table></td>
</tr>
<tr>
<td onmouseout="javascript:window.status='';">
<table width="100%" cellpadding="0" cellspacing="1" border="0">
<tr bgcolor="#000066">
<td colspan="7">
<applet codebase="/applets/" Code="apPopupMenu"
Archive="/applets/apPopupMenu.jar" Width="636" Height="38" MAYSCRIPT>
<param name="Copyright" value="Apycom Software - www.apycom.com">
<param name="isHorizontal" value="true">
<param name="3DBorder" value="true">
<param name="solidArrows" value="true">
<param name="buttonType" value="1">
<param name="status" value="link">
<param name="alignText" value="left">
<param name="backColor" value="000066">
<param name="backHighColor" value="FFCC00">
<param name="fontColor" value="FFFFFF">
<param name="fontHighColor" value="000000">
<param name="font" value="Verdana,10,1">
<param name="menuItems" value="
{Print\Ad,http://www.cycletrader.com/salessheet.html?59053214,_self,/img/master/detail_printad.gif}
{-}
{Contact\Dealer,http://www.cycletrader.com/ademail.html?59053214,_self,/img/master/detail_contact.gif}
{-}
{Calculate\Loan\Payment,javascript:openWin('x'),_,/img/master/detail_calculator.gif}
{-}
{Price\Checker,http://www.cycletrader.com/pricecheckprocess.html?make_name=DUCATI&model_name=Motoboard
2.5 Ducati
996&beginyear=2003&endyear=2003®ion_code=WT,_self,/img/master/detail_pricechecker.gif}
{-}
">
</applet></td>
</tr>
</table></td>
</tr>
</table>
Reproducible: Always
Steps to Reproduce:
1.open multiple tabs of any source
2.open www.cycletrader.com in another tab
3.navigate to a motorcycle or item's information page / advertisement via the
search tool or browse tool.
4.once ad is displayed scroll to the offending table, then switch to another tab .
Actual Results:
Table was seen over top of the other tabs intended content and was inalterable
from there.
Expected Results:
displayed the table as would be expected.
?
Comment 1•21 years ago
|
||
*** This bug has been marked as a duplicate of 162134 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•