Closed
Bug 290882
Opened 20 years ago
Closed 19 years ago
StockTicker extension causes a window to report the wrong width
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 303434
People
(Reporter: julien.lecomte, Assigned: bugzilla)
Details
(Keywords: testcase)
Attachments
(3 files)
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2 Firefox 1.0.2 + StockTicker extension 0.5.2 available from addons.update.mozilla.org. I open a window (window.open) with a width of 200 pixels. The window is indeed 200 pixels wide, but window.innerWidth reports 385 pixels (changes depending on the stock that is currently being displayed). Note: StockTicker appears as an additional panel in the status bar of every window. Reproducible: Always Steps to Reproduce:
| Reporter | ||
Comment 1•20 years ago
|
||
| Reporter | ||
Comment 2•20 years ago
|
||
This contains a table with a width of 100% and reports window.innerWidth every second.
| Reporter | ||
Comment 3•20 years ago
|
||
StockTicker 0.5.2
| Reporter | ||
Comment 4•20 years ago
|
||
Steps to reproduce: Download and install StockTicker. Download test.html and popup.html Open test.html and click on the "test" button The window that is opened is 200 pixels wide but window.innerWidth reports something completely different and the table fills over 100% of the window width...
Comment 5•20 years ago
|
||
Please report that to the stockticker author. bugzilla is not the place to report errors with extensions
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 6•20 years ago
|
||
I am reopening this bug because I do not think the StockTicker extension is responsible here. Basically, having a panel in the status bar of a browser window with a long label in it causes window.innerWidth to report the wrong value.
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Comment 7•20 years ago
|
||
I think that a simpler testcase (i.e. a single XUL file with window instead of an overlay to browser.xul) would be welcome.
| Reporter | ||
Comment 8•19 years ago
|
||
Filed bug 303434 with a better description and a simple xul overlay. Also, I filed it against Core/Layout. *** This bug has been marked as a duplicate of 303434 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago → 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•