[webkit-dev] map tag and zoom donot work ..?

2009-09-18 Thread Purushottam Sholapur
Hi All,

Web pages with  map  tag do not behave as expected when page is zoomed.
Typically, map tag with coords property do not scale properly when
page is zoomed.

E.g: http://24x7guru.com/joe/resolution.html , there is continue
button. If page is zoomed then that button do not work.

Basically, map tag coordinated are not scaling perperly I feel.
 map name=Map id=Map 
 area shape=rect
coords=312,463,438,508href=http://24x7guru.com/joe/Index.html;
http://24x7guru.com/joe/Index.html%22  / 
 / map 

Please let me now, whether web page is coded wrongly or
Qt/webkit-4.5.2 has issue.

regards
Purush
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] map tag and zoom donot work ..?

2009-09-18 Thread Simon Fraser

On Sep 17, 2009, at 11:08 PM, Purushottam Sholapur wrote:


Hi All,

Web pages with  map  tag do not behave as expected when page is  
zoomed.
Typically, map tag with coords property do not scale properly when  
page is zoomed.


E.g: http://24x7guru.com/joe/resolution.html , there is continue  
button. If page is zoomed then that button do not work.


This bug also occurs on Mac OS X, so it's likely to be cross-platform.

You should first search http://bugs.webkit.org to see whether someone  
has reported it already. If not, please file it with a simple testcase.


Simon

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] map tag and zoom donot work ..?

2009-09-18 Thread Dan Bernstein


On Sep 18, 2009, at 8:09 AM, Simon Fraser wrote:


On Sep 17, 2009, at 11:08 PM, Purushottam Sholapur wrote:


Hi All,

Web pages with  map  tag do not behave as expected when page is  
zoomed.
Typically, map tag with coords property do not scale properly when  
page is zoomed.


E.g: http://24x7guru.com/joe/resolution.html , there is continue  
button. If page is zoomed then that button do not work.


This bug also occurs on Mac OS X, so it's likely to be cross-platform.

You should first search http://bugs.webkit.org to see whether  
someone has reported it already. If not, please file it with a  
simple testcase.


I can reproduce the bug in Safari 4.0.3, but not in TOT WebKit. It  
sounds like the bug that was fixed in http://trac.webkit.org/changeset/46825 
.___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev