[jquery-dev] Re: Pages stay blank with 1.3.1 being a userjs on Opera

2009-04-07 Thread helianthus
On 4月5日, 上午11時41分, helianthus wrote: > Hey I found out where it goes wrong. > It is at line 3177 of jquery-1.3.2.js, where the following code is > written: > > root.insertBefore( script, root.firstChild ); > > After commenting it out, the page loads without problems. > John, is it enough info for

[jquery-dev] Re: Pages stay blank with 1.3.1 being a userjs on Opera

2009-04-04 Thread helianthus
Hey I found out where it goes wrong. It is at line 3177 of jquery-1.3.2.js, where the following code is written: root.insertBefore( script, root.firstChild ); After commenting it out, the page loads without problems. John, is it enough info for you fix it? --~--~-~--~~~--

[jquery-dev] Re: Pages stay blank with 1.3.1 being a userjs on Opera

2009-03-20 Thread PsychodelEKS
Same problem here, unfortunately. I've also submitted an issue to Opera bugtracker, but they do not provide any tracking or whatever. Seems like opera does not like syntax of anonymous function initialization (not sure if this is called so). If one just put latest jquery into opera's userjs folde

[jquery-dev] Re: Pages stay blank with 1.3.1 being a userjs on Opera

2009-01-28 Thread David Zhou
You can always try Opera's support forums or mailing lists for debugging ideas -- dz On Wed, Jan 28, 2009 at 9:52 PM, helianthus wrote: > > Too bad, I got no idea on how to find out what's going wrong. > I guess what I can only do is to give up on Opera... > > On 1月29日, 上午9時52分, John Resig w

[jquery-dev] Re: Pages stay blank with 1.3.1 being a userjs on Opera

2009-01-28 Thread helianthus
Too bad, I got no idea on how to find out what's going wrong. I guess what I can only do is to give up on Opera... On 1月29日, 上午9時52分, John Resig wrote: > We really need more information about what's going wrong. I don't > think that any of us has a setup capable of testing or analyzing Opera > u

[jquery-dev] Re: Pages stay blank with 1.3.1 being a userjs on Opera

2009-01-28 Thread John Resig
We really need more information about what's going wrong. I don't think that any of us has a setup capable of testing or analyzing Opera userjs. --John On Wed, Jan 28, 2009 at 5:05 PM, helianthus wrote: > > just tried the lastest nightly build, still got no luck... > > On 1月28日, 上午3時09分, heli

[jquery-dev] Re: Pages stay blank with 1.3.1 being a userjs on Opera

2009-01-28 Thread helianthus
just tried the lastest nightly build, still got no luck... On 1月28日, 上午3時09分, helianthus wrote: > Tried that, same result... > > On 1月28日, 上午3時07分, David Zhou wrote: > > > > > What happens if you use the full un-minified version? > > -- dz > > > On Tue, Jan 27, 2009 at 1:54 PM, helianthus > > >

[jquery-dev] Re: Pages stay blank with 1.3.1 being a userjs on Opera

2009-01-27 Thread helianthus
Tried that, same result... On 1月28日, 上午3時07分, David Zhou wrote: > What happens if you use the full un-minified version? > -- dz > > On Tue, Jan 27, 2009 at 1:54 PM, helianthus > > > > wrote: > > > I hope I know why this happens... > > Just tried again, no error is shown at the error console, bu

[jquery-dev] Re: Pages stay blank with 1.3.1 being a userjs on Opera

2009-01-27 Thread David Zhou
What happens if you use the full un-minified version? -- dz On Tue, Jan 27, 2009 at 1:54 PM, helianthus wrote: > > I hope I know why this happens... > Just tried again, no error is shown at the error console, but the > problem still exists. > > On 1月28日, 上午2時46分, John Resig wrote: >> I really

[jquery-dev] Re: Pages stay blank with 1.3.1 being a userjs on Opera

2009-01-27 Thread John Resig
I really don't know enough about Opera's UserJS - more information about why it's not working (error messages?) would be useful. --John On Tue, Jan 27, 2009 at 10:41 AM, helianthus wrote: > > Got no replies at the General Discussion so I'm posting here: > > I have been writing a user-script(u

[jquery-dev] Re: Pages stay blank with 1.3.1 being a userjs on Opera

2009-01-27 Thread helianthus
I hope I know why this happens... Just tried again, no error is shown at the error console, but the problem still exists. On 1月28日, 上午2時46分, John Resig wrote: > I really don't know enough about Opera's UserJS - more information > about why it's not working (error messages?) would be useful. > >