2005-08-15 Branch builds
Fixes for regressions:
- Fixed: 304457 - Can't tab between location and search boxes (since Aug 12).
Major regressions since Deer Park Alpha 2:
- Since branching: 304608 - Automatic app update updates to trunk.
- Since July 31: 303267 - Back/Forward break JavaScript.
- Since July 26: 302136 - Two clicks on "Install Now" button are necessary to install an extension.
Gecko 1.8 branch checkins between 2005-08-14 16:00 and 2005-08-15 07:00
August 15th, 2005 at 2:00 pm
The “Back/Forward break JavaScript” bug is fixed.
August 15th, 2005 at 2:38 pm
Did anyone notice the vertical scroll bar being missing on Mac since the 8/14 build? The 8/13 build has it.
August 15th, 2005 at 2:46 pm
Wait, I just realized that the missing scroll bar is a result of a fix in the 8/14 build. That means that my theme is broken, which is confirmed by the fact that the default theme has the scroll bar. Sorry for the above message.
August 15th, 2005 at 3:11 pm
That’s odd. Wasn’t the change supposed to *fix* the problem of non-default themes missing scrollbars?
August 15th, 2005 at 5:19 pm
Adam: noticed the same thing and started searching bug reports before realizing I should check how the default theme behaves… I keep checking nightlies to see if it behaves better but have to keep reverting back to the 13th. Also have some crashes that I can’t quite pin-point, but annoy me enough to roll back to use the older build.
Also found a major (and very consistant) crash since the switch over to 1.8 when using NuSOAP’s generated docs. I think it revolves around calling:
var oDesc;
function popup(divid){
if(oDesc = new makeObj(divid)){
oDesc.css.visibility = "visible"
}
}
But I’ll do some testing with it to see where exactly it crashes and burns before filing that one…
August 15th, 2005 at 8:03 pm
Adam, Jesse,
Themes need to be updated to know about the new scrollbar thing. On Mac, scollbars.css has been renamed to nativescrollbars.css (you can update the theme yourself, if you know how).
August 16th, 2005 at 3:09 am
> that’s odd. Wasn’t the change supposed to *fix* the problem of non-default themes missing scrollbars?
It was supposed to fix the need for providing a second package to have mac support.