Mozilla stuff

Uhm...

2005-06-30

https://bugzilla.mozilla.org/show_bug.cgi?id=58974
bitrot

2005-06-28

http://lxr.mozilla.org/seamonkey/source/widget/src/windows/nsWindow.cpp#1237

2005-06-27

http://lxr.mozilla.org/seamonkey/source/extensions/transformiix/source/xslt/txMozillaTextOutput.cpp#171

http://lxr.mozilla.org/seamonkey/source/content/base/src/nsDocumentEncoder.cpp#676

2005-06-25

While document unloads and tooltip is showing, tooltip should then disappear.

2005-06-23

https://bugzilla.mozilla.org/show_bug.cgi?id=228399#c35
http://www.macridesweb.com/oltest/Bug228399.html

2005-06-20

http://lxr.mozilla.org/seamonkey/source/layout/printing/nsPrintEngine.cpp#2047

2005-06-19

Middle-click on multi-line select causes sticky selection.

2005-06-18

http://lxr.mozilla.org/seamonkey/source/docshell/base/nsDocShell.cpp#6144

http://lxr.mozilla.org/seamonkey/source/docshell/base/nsDocShell.cpp#6187

2005-06-17

Can't delete a pref in about:config

spacebar scroll in overflow:auto div which has focus doesn't work (while pageup/down works).

2005-06-14

http://lxr.mozilla.org/seamonkey/source/layout/xul/base/src/nsMenuPopupFrame.cpp#1626
popups expecting only menuitem frames.

2005-06-13

http://www.vinccihoteles.com/

2005-06-10

Right click folder in personal bookmark, sometimes border comes up when hovering over context menu.

2005-06-09

http://lxr.mozilla.org/seamonkey/source/layout/forms/nsListControlFrame.cpp#1411
Bug 124990 is fixed...

http://lxr.mozilla.org/seamonkey/source/layout/forms/nsListControlFrame.cpp#1377

http://lxr.mozilla.org/seamonkey/source/layout/forms/nsComboboxControlFrame.cpp#437
still necessary?

http://lxr.mozilla.org/seamonkey/source/layout/xul/base/src/nsMenuPopupFrame.cpp#1265

http://lxr.mozilla.org/seamonkey/source/content/events/src/nsEventStateManager.cpp#1855

http://lxr.mozilla.org/seamonkey/source/view/src/nsViewManager.cpp#2529

2005-06-07

http://lxr.mozilla.org/seamonkey/source/toolkit/content/widgets/editor.xml

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

http://lxr.mozilla.org/seamonkey/source/widget/src/windows/nsDragService.cpp

http://lxr.mozilla.org/seamonkey/source/widget/src/windows/nsWindow.cpp#4265

2005-06-05

http://lxr.mozilla.org/seamonkey/source/widget/src/windows/nsWindow.cpp#3390

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

http://msdn.microsoft.com/library/default.asp
Shrinking select at the left when pressing button.

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

https://bugzilla.mozilla.org/show_bug.cgi?id=271184

Missing content displayed

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.