Comment #10 on issue 6402 by clockworksaint: Webkit: Unable to resize left  
window/frame
http://code.google.com/p/chromium/issues/detail?id=6402

I don't think this has anything to do with the "resize" attribute. I think  
in this
case it is the use of the "frameborder" attribute on the frameset. I think  
this is a
reduction of the above mentioned page:

<html>
   <head>
     <title>Resize frameset example</title>
   </head>
   <frameset id="main" cols="200px, *" frameborder="1">
     <frame name="left" src="about:blank" frameborder="0">
     <frame name="right" src="about:blank" frameborder="0">
   </frameset>
</html>

Internet Explorer 7 renders two white frames with a thin grey resize bar.  
Firefox
renders everything white, but if you mouse-over you can observe that there  
is a
resize bar. Chrome renders everything white with no resize bar. It looks  
like the
page is in the wrong, but it's a shame it makes Chrome look like the one at  
fault.

Here is a different way to get similar symptoms:

<html>
   <head>
     <title>Resize frameset example</title>
   </head>
   <frameset id="main" cols="200px, *" frameborder="no" style="background:  
red">
     <frame name="left" src="about:blank" style="border-right: 1px solid  
#B9CEDE;">
     <frame name="right" src="about:blank">
   </frameset>
</html>

Internet Explorer 7 renders this with a thin resize border, Firefox renders  
no border
and doesn't allow resizing, and Chrome renders the border but doesn't let  
you resize.
This is a reduction of the page here:

http://webhelp.esri.com/arcgisdesktop/9.2/index.cfm?TopicName=welcome

I'm not sure what should happen here.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to