2005-06-30
2005-06-28
2005-06-27
2005-06-25
2005-06-23
https://bugzilla.mozilla.org/show_bug.cgi?id=228399#c35
http://www.macridesweb.com/oltest/Bug228399.html
2005-06-20
2005-06-19
2005-06-18
2005-06-17
2005-06-14
http://lxr.mozilla.org/seamonkey/source/layout/xul/base/src/nsMenuPopupFrame.cpp#1626
popups expecting only menuitem frames.
2005-06-13
2005-06-10
2005-06-09
http://lxr.mozilla.org/seamonkey/source/layout/forms/nsListControlFrame.cpp#1411
Bug 124990 is fixed...
2005-06-07
Have some text/url in the url bar.
Paste/add some more text in the url bar, so it has to 'scroll'.
Press ctrl-z, Mozilla doesn't scroll back to the beginning. (regression?)
http://www.mcomi.com/EN/17/corporate/careers/search.html
another example where the plugin placeholder is too big.
2005-06-06
2005-06-05
2005-06-03
+ this._clientFrameDoc = event.originalTarget.ownerDocument;
+ if (!this.autoscrollEnabled ||
+ ((this._clientFrameDoc.defaultView.scrollMaxY == 0)
+ && (this._clientFrameDoc.defaultView.scrollMaxX == 0)) ||
+ this.isAutoscrollBlocker(event.originalTarget))
+ return;
http://lxr.mozilla.org/seamonkey/search?string=%3C%2Fchildren%3E
A lot of </children>, which doesn't seem correct to me
gmail.com compose and then click on compose in new window popup, see if that works with and without latest patch of skipped content.
2005-06-02
2005-06-01
http://www.tubus.net/eng/produkte/hinterradtraeger/vega.php
Crash when opening popup window and then clicking on the minimise button.
Talkback ID: TB6300706W
http://www.mozilla.org/docs/dom/domref/dom_window_ref.html
missing scrollmaxX and scrollmaxY properties
http://www.whatwg.org/specs/web-apps/current-work/
When document is loading and you're clicking on a link pointing to a named anchor in that same document and that named anchor has not loaded yet, you're never going to that named anchor, you have to click another time.