Re: Issues with 1.8.3.5b

"Michael Vincent van Rantwijk, MultiZilla" <[email protected]> Sun, 14 Sep 2008 05:32:20 +0200
Newsgroups gmane.comp.mozilla.multizilla
Organization The Mozdev Foundation - news server
Message-ID <[email protected]>
Lewis G Rosenthal wrote:
> On 09/13/08 03:43 pm, Lewis G Rosenthal thus wrote :
>> On 09/13/08 03:19 pm, Trel thus wrote :
>>> Michael Vincent van Rantwijk, MultiZilla wrote:
>>>  
>>>> Trel wrote:
>>>>   
>>>>> Trel wrote:
>>>>>     
>>>>>> Michael Vincent van Rantwijk, MultiZilla wrote:
>>>>>>       
>>>>>>> Hi people.
>>>>>>>
>>>>>>> Keep reading the "Project Team Blog" because a new nightly, a
>>>>>>> massive update, will be released later today.
>>>>>>>
>>>>>>> p.s. Anyone willing to help with the website -> please contact me
>>>>>>> off list. Thank you!
>>>>>>>
>>>>>>> Michael
>>>>>>>           
>>>>>> I just installed MultiZilla v1.8.3.5b.
>>>>>> I cleared my XUL cache.
>>>>>>
>>>>>> When in the multizilla preferences, the cancel button is still not
>>>>>> working nor does the save changes button.
>>>>>>         
>>>>> Also, after being in the preference window and closing it (with the X
>>>>> since buttons aren't working), going back in and going to a differt
>>>>> section, (and sometimes a different tab) results in blank windows
>>>>> where the preferences should be.
>>>>>
>>>>> Only way to get them back is to close and reopen the browser.
>>>>>       
>>>> Platform/Operating System?  Have you checked the JS Error Console 
>>>> already?
>>>>
>>>> Michael
>>>>     
>>>
>>> I can't replicate it on my other computer, so I'll have to wait until 
>>> tonight or tomorrow to try again, but on this one I do see
>>> this in the JS console
>>>
>>> Error: this._enableList.childNodes has no properties
>>> Source (line 181): 
>>> chrome://multiviews/content/preference-manager/panels/generalPanelOverlay.xul 
>>>
>>> _______________________________________________
>>>   
>> This works *flawlessly* for me now, under Mozilla/5.0 (OS/2; U; Warp 
>> 4.5; en-US; rv:1.8.1.15) Gecko/20080621 MultiZilla/1.8.3.5c 
>> SeaMonkey/1.1.10. However: I *must* use Classic theme (or perhaps 
>> Modern). Normally, I use Skypilot, and the entire button bar is blank 
>> (dark blue) in Skypilot.
>>
>> XUL cache is OFF entirely. I will try turning it on to rebuild the cache.
>>
>> The Cancel button is working nuder both themes, however. Thanks for 
>> the return of the Proxy menu item, too!!
>>
>> Michael, do you have some quick css for me to use to fix the missing 
>> buttons under Skypilot (and probably other non-compliant themes)?
>>
>> Cheers/2
>>
> Apologies for replying to my own post...
> 
> Enabling XUL cache works fine, here (restarted twice, just to make 
> sure). 

Fine to hear.

> However, I am seeing this in the JS console on the first button 
> click (toolbar) in the prefs panel:
> 
>    Warning:  reference to undefined property Components.classes[contractid]
>    Source (line 116): chrome://global/content/autocomplete.xml
> 
> Unrelated? Seems odd to me...

That error is caused by the use of some 'autocomplete' attribute on a 
<textbox>.

Which one of the following two dumps (the output) do you see when that 
happens, on your console (not JS Error Console):

dump("### ERROR - unable to create search session \"" + name + "\".\n");
dump("### ERROR - unable to create search \"" + name + "\".\n");

Michael