You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by newbie_to_wicket <sm...@gmail.com> on 2008/10/03 15:20:41 UTC

which browser is preferrable for Wicket 1.3

Hi,
I'm facing some issues with browser ( IE and Mozilla Firefox ) ..

In Internet Explorer everything is working fine but in Firefox some css
issues ( components are not displaying in accurate position  ) are there. 

did any body come across this kind of problem earlier , if you have the
solution please help me ....

I want to work the pages correctly in both IE and Firefox, this is my
project requirement.:confused:

thanks
J

-- 
View this message in context: http://www.nabble.com/which-browser-is-preferrable-for-Wicket-1.3-tp19797602p19797602.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: which browser is preferrable for Wicket 1.3

Posted by Timo Rantalaiho <Ti...@ri.fi>.
On Mon, 06 Oct 2008, Nino Saturnino Martinez Vazquez Wael wrote:
> Yes since the browsers support their own subset of commands.

And have differences in the DOM tree and javascript event 
propagation.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: which browser is preferrable for Wicket 1.3

Posted by Nino Saturnino Martinez Vazquez Wael <ni...@jayway.dk>.

Timo Rantalaiho wrote:
> On Fri, 03 Oct 2008, John Krasnay wrote:
>   
>> Note that this is almost certainly *not* a Wicket issue, since Wicket
>> generates the same markup regardless of browsers.
>>     
>
> However, in Wicket (ajax) javascript code there are 
> differences between different browsers, as in all 
> javascript-containing frameworks I suppose.
>
>   
Yes since the browsers support their own subset of commands.
> Best wishes,
> Timo
>
>
>   

-- 
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: which browser is preferrable for Wicket 1.3

Posted by Timo Rantalaiho <Ti...@ri.fi>.
On Fri, 03 Oct 2008, John Krasnay wrote:
> Note that this is almost certainly *not* a Wicket issue, since Wicket
> generates the same markup regardless of browsers.

However, in Wicket (ajax) javascript code there are 
differences between different browsers, as in all 
javascript-containing frameworks I suppose.

Best wishes,
Timo


-- 
Timo Rantalaiho           
Reaktor Innovations Oy    <URL: http://www.ri.fi/ >

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: which browser is preferrable for Wicket 1.3

Posted by John Krasnay <jo...@krasnay.ca>.
Hehe, welcome to Web development my friend!

IE6 is very old, and it contains a large number of rendering quirks that
are not present in "modern" browsers (FireFox, Safari, Opera). IE7 is
much better, but IE6 still commands a large segment of the browser
market.

I would suggest developing for a modern browser such as FireFox, then
testing on IE6 and IE7 and putting workarounds for the things they mess
up. There are entire web sites dedicated to documenting IE quirks and
their workarounds. http://positioniseverything.net is a good one.

Note that this is almost certainly *not* a Wicket issue, since Wicket
generates the same markup regardless of browsers. If you have questions
about specific rendering issues, you might want to ask on a site that
deals with browser rendering issues.

Hope this helps.

jk


On Fri, Oct 03, 2008 at 06:20:41AM -0700, newbie_to_wicket wrote:
> 
> Hi,
> I'm facing some issues with browser ( IE and Mozilla Firefox ) ..
> 
> In Internet Explorer everything is working fine but in Firefox some css
> issues ( components are not displaying in accurate position  ) are there. 
> 
> did any body come across this kind of problem earlier , if you have the
> solution please help me ....
> 
> I want to work the pages correctly in both IE and Firefox, this is my
> project requirement.:confused:
> 
> thanks
> J
> 
> -- 
> View this message in context: http://www.nabble.com/which-browser-is-preferrable-for-Wicket-1.3-tp19797602p19797602.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org