WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 5789
10643
iFrame won't load inside a table at 100% in quirk mode
https://bugs.webkit.org/show_bug.cgi?id=10643
Summary
iFrame won't load inside a table at 100% in quirk mode
Pedro Estarque
Reported
2006-08-30 12:59:34 PDT
One cannot logon to the site. It works in Firefox, IE, IE for Mac and Opera. But in Safari it doesn't show the logon pane. I think it's due to an asp script: javascript:LoadControl('
https://bankline.itau.com.br/vsnet/lgnet/login_itautrade.asp
','') It's the only reason I switch to Firefox these days. Thanks
Attachments
Reduction
(371 bytes, text/html)
2006-09-05 13:03 PDT
,
Pedro Estarque
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Mark Rowe (bdash)
Comment 1
2006-08-30 13:13:05 PDT
Confirmed with ToT WebKit. Clicking on the "LOGON" button results in the same page loading for a second time.
Pedro Estarque
Comment 2
2006-09-03 20:47:38 PDT
It looks as if it is a problem with loading a frame inside the main page. Hitting "login" in Firefox loads a frame where you can input your account number etc. But Safari doesn't load that frame. However, looking at the code I could figure out the frame's address:
https://bankline.itau.com.br/vsnet/lgnet/login_itautrade.asp?Destino=https://itautrade.itau.com.br/itautradenet/
And if I just go there I can login perfectly. Though every time it tries to load another frame inside the page it gets stuck. the code follows this pattern: <td valign="Top"> <span> <iframe src='
https://whatever.com
' width='100%' height='100%' name='Frame' id='Frame' frameborder='0' scrolling='auto' marginwidth='0' marginheight='0'> </iframe> <iframe src='AutoRefresh.aspx' width='0' height='0' name='Frame2' id='Frame2' frameborder='0' scrolling='no' marginwidth='0' marginheight='0'> </iframe> </span> </td> I don't know if the problem is with the 'AutoRefresh.aspx' frame or with the original frame but it definitively seems to be a frame loading problem
Pedro Estarque
Comment 3
2006-09-03 21:54:03 PDT
I just discovered that the problem is due to the width='100%' height='100% ' values. It seems Safari can't handle them well. I switched the values to width='500' height='500' and it worked great. I googled for iframes bug in Safari and it seems a lot of people are having problems with this too. Can it be fixed ?
Pedro Estarque
Comment 4
2006-09-05 13:03:47 PDT
Created
attachment 10402
[details]
Reduction This is a reduction. It works in WinIE and it doesn't in Safari ToT. It only works in WinIE in quirk mode. In standard mode it behaves like Safari.
Sam Weinig
Comment 5
2006-09-15 04:56:04 PDT
This seems to be a duplicate of
bug 5789
.
Alexey Proskuryakov
Comment 6
2006-11-02 10:58:15 PST
*** This bug has been marked as a duplicate of
5789
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug