Re: Firefox 3 and s:head theme=ajax/ render issues

2009-01-14 Thread Carl Pritchett
This was my problem exactly - but was difficult to track down as sometimes it occured, but other times it did't (with struts 2.0.11). The page loads - I can see the tabs correctly for a second then it flashes to a blank page and the loading icon spins forever. I noticed that I was getting a dojo

Re: Firefox 3 and s:head theme=ajax/ render issues

2008-07-23 Thread secondsun
I am not sure what the exact problem is, but it has to do with the way that browser_debug.js gets processed. One would think that this file would only get pulled in when the head tag attribute debug=true, but one would be wrong in that situation. The correct way to fix this bug is to supply

Re: Firefox 3 and s:head theme=ajax/ render issues

2008-07-07 Thread matt.payne
georz1 wrote: I'm using Struts 2.0.11 and it seem with Firefox 3 only there are rendering issues on pages where I have s:head theme=ajax. I can see the page load fully and there is a quick flash of the browser and then a blank page with FF3 stuck in a loading state. On certain pages I

Re: Firefox 3 and s:head theme=ajax/ render issues

2008-07-07 Thread georz1
I've avoided some of the pitfalls of the ajax theme before by using jquery (datetimepicker). Only this time it's not an option.. I need to figure out how to get the theme to work reliably with Firefox 3. FF2 there were no issues. matt.payne wrote: Don't use the s:head theme=ajax theme

Re: Firefox 3 and s:head theme=ajax/ render issues

2008-07-06 Thread thogau
I noticed this problem and it seems to happen more often for s:div tags and when the network speed is high. I got it more than 20% when I load pages from my home but in my company, the network speed sucks and I can't reproduce it... weird... - http://conticabase.org thogau -- View this

Re: Firefox 3 and s:head theme=ajax/ render issues

2008-07-06 Thread Kibo
Hi I have the same problem in my office on localhost domain. I dont know to solve it, but when I deploy the project in us product server and call the pages from normal internet adress: http://www.usserver.cz, Pages work correct. tomas jurman thogau wrote: I noticed this problem and it

Re: Firefox 3 and s:head theme=ajax/ render issues

2008-07-03 Thread Ian Roughley
This might be a dojo issue, as I think nearly all the JS code being loaded is dojo now. Have you tried their mailing lists? /Ian georz1 wrote: I'm using Struts 2.0.11 and it seem with Firefox 3 only there are rendering issues on pages where I have s:head theme=ajax. I can see the page load

Re: Firefox 3 and s:head theme=ajax/ render issues

2008-07-03 Thread georz1
I have not but I'll continue to look. This behavior happens about 20% of the time and when it does I get document.write(script type='text/java...l_omit_module_check = false;/script); dojo is not defined Ian Roughley wrote: This might be a dojo issue, as I think nearly all the JS code being