Closed
Bug 304181
Opened 20 years ago
Closed 20 years ago
reload, forward, backward cause "Error: setting a property that has only a getter" in JSC
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
FIXED
mozilla1.8beta4
People
(Reporter: Peter6, Unassigned)
References
Details
(Keywords: regression)
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b4) Gecko/20050810
Firefox/1.0+ ID:2005081009
repro:
1.open FF
2.open 1 or more tabs (makes no difference)
3.press reload button, context menu reload tab, F5 or ctrl+F5
4.open Javascript console and see the errormessage
Reporter | ||
Comment 1•20 years ago
|
||
same for forward/backward button
Summary: reload causes "Error: setting a property that has only a getter" in JSC → reload, forward, backward cause "Error: setting a property that has only a getter" in JSC
Comment 2•20 years ago
|
||
Also happens the second time you evaluate an expression in the javascript console.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050810
Firefox/1.0+ ID:2005081006
Comment 3•20 years ago
|
||
Seems bfcache related.
Error appears for the first time between 2005080910 and 2005080921.
Reporter | ||
Comment 4•20 years ago
|
||
works in 20050809 1652pdt build
fails in 20050809 1832pdt build
checkins
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=PhoenixTinderbox&branch=HEAD&branchtype=match&filetype=match&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2005-08-09+16%3A11%3A00&maxdate=2005-08-09+17%3A47%3A00&cvsroot=%2Fcvsroot
Bug 303420 ? ->cc:JST
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b4) Gecko/20050810 Firefox/1.0+
Confirmed - OS/All, please.
Updated•20 years ago
|
OS: Windows 2000 → All
Comment 6•20 years ago
|
||
Fixed as part of the last checkin for bug 296639.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 7•20 years ago
|
||
[Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8b4) Gecko/20050810 SeaMonkey/1.0a]
(nightly) (W98SE)
For the record, I saw this bug in SMv1.0a too.
Component: General → DOM
Product: Firefox → Core
Target Milestone: --- → mozilla1.8beta4
Comment 8•20 years ago
|
||
[Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.9a1) Gecko/20050813 SeaMonkey/1.0a]
(nightly) (W98SE)
V.Fixed.
Status: RESOLVED → VERIFIED
Depends on: splitwindows
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•