Re: size of my text remains unchanged when I zoom in/out

2011-04-19 Thread Harald Schilly
On Tue, Apr 19, 2011 at 03:26, dadada ytbr...@gmail.com wrote:
 is this a browser issue?


both of them use the webkit render engine. in chrome, you can go into
the tools menu  developer tools. then open the elements tab,
click on the magnification glass at the bottom left, then on the
element in the website. on the right you can see all the glory details
for that element.

 I also realised that elements which has margin set in their css get
 rearranged when i zoom in/out. How do I avoid these issues?

uhm, that's a pure html problem. are those elements floating divs or
something like that? a table (Horizontal/VerticalPanel in GWT) is
old-school, but might help.

H

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



size of my text remains unchanged when I zoom in/out

2011-04-18 Thread dadada
The size of my text in my gwt app remains unchanged when I zoom in/out
using cmd+/- on the browser.

What am I missing out to cause such an effect?

Can someone advise? Thanks!

/bryan

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: size of my text remains unchanged when I zoom in/out

2011-04-18 Thread Harald Schilly
Which browser (+version number) are you using?

H

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: size of my text remains unchanged when I zoom in/out

2011-04-18 Thread dadada
google chrome 10.0.648.205

On Apr 18, 7:05 pm, Harald Schilly harald.schi...@gmail.com wrote:
 Which browser (+version number) are you using?

 H

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: size of my text remains unchanged when I zoom in/out

2011-04-18 Thread dadada
firefox 4.0 has no such issue. safari also suffers the same woes.
is this a browser issue?

I also realised that elements which has margin set in their css get
rearranged when i zoom in/out. How do I avoid these issues?

On Apr 19, 9:18 am, dadada ytbr...@gmail.com wrote:
 google chrome 10.0.648.205

 On Apr 18, 7:05 pm, Harald Schilly harald.schi...@gmail.com wrote:







  Which browser (+version number) are you using?

  H

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.