KawaiiBASIC / classilla

Automatically exported from code.google.com/p/classilla
0 stars 0 forks source link

Frame navigation is broken #102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Starting with 9.0.4, the fragment navigation system breaks on pages with
frames (reported by Mathias on SquirrelMail).

The reasonable compromise is to use the old navigation method if there is
no hash or fragment in the URL.

The workaround is to open up the frames in separate windows, and navigation
works, but this is annoying, so marking High and Regression.

Original issue reported on code.google.com by classi...@floodgap.com on 1 Feb 2010 at 1:03

GoogleCodeExporter commented 9 years ago
The changes to browser.js and navigator.js didn't cause this. Docshell is 
therefore
the culprit.

Original comment by classi...@floodgap.com on 1 Feb 2010 at 5:45

GoogleCodeExporter commented 9 years ago
Looking like fallout from M277224 possibly.

Original comment by classi...@floodgap.com on 1 Feb 2010 at 5:52

GoogleCodeExporter commented 9 years ago
Nope. Turned out to be a pull up to 1.8.1 in nsDocShell that was supposed to 
cover a
null object case that actually triggers all the time. Commented out. Frame 
navigation
works again.

VERIFIED

Original comment by classi...@floodgap.com on 3 Feb 2010 at 5:31