WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
118250
iframe constrained by max-width in full screen
https://bugs.webkit.org/show_bug.cgi?id=118250
Summary
iframe constrained by max-width in full screen
Brad Dougherty
Reported
2013-07-01 08:43:43 PDT
Overview: When a max-width style is applied to an iframe, the constraint persists when an element inside the iframe is put into full screen. Steps to Reproduce: 1) Go to
http://brad.is/reportingbugs/maxwidth/
2) Click on the full screen button Actual Results: The element has a max-width of 700px (as defined on the iframe), and the rest of the page contents show in the remaining space. Expected Results: The contents of the iframe should fill the entire screen. Build Date & Platform: Confirmed that it is happening in Safari 7.0 (9537.46.5) and Safari 6.0.5. Verified that Firefox 22 has the correct behavior.
Attachments
Patch
(4.28 KB, patch)
2013-07-05 07:13 PDT
,
zalan
no flags
Details
Formatted Diff
Diff
Patch
(4.37 KB, patch)
2013-07-05 07:52 PDT
,
zalan
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
zalan
Comment 1
2013-07-05 07:13:35 PDT
Created
attachment 206147
[details]
Patch
Antti Koivisto
Comment 2
2013-07-05 07:20:44 PDT
Comment on
attachment 206147
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=206147&action=review
> Source/WebCore/css/fullscreen.css:56 > + max-width: none !important; > + max-height: none !important; > }
Should this be done for all :-webkit-full-screen elements instead of just iframe?
zalan
Comment 3
2013-07-05 07:52:06 PDT
Created
attachment 206149
[details]
Patch
Antti Koivisto
Comment 4
2013-07-05 07:53:40 PDT
Comment on
attachment 206149
[details]
Patch r=me
WebKit Commit Bot
Comment 5
2013-07-05 14:29:11 PDT
Comment on
attachment 206149
[details]
Patch Clearing flags on attachment: 206149 Committed
r152424
: <
http://trac.webkit.org/changeset/152424
>
WebKit Commit Bot
Comment 6
2013-07-05 14:29:13 PDT
All reviewed patches have been landed. Closing bug.
David Kilzer (:ddkilzer)
Comment 7
2013-07-05 14:49:06 PDT
<
rdar://problem/14364906
>
Simon Fraser (smfr)
Comment 8
2013-07-17 18:12:47 PDT
LayoutTests/fullscreen/full-screen-iframe-with-max-width-height.html keeps timing out on the bots. I think it assumes that iframes load synchronously, which is incorrect. Please fix.
zalan
Comment 9
2013-07-18 04:35:36 PDT
(In reply to
comment #8
)
> LayoutTests/fullscreen/full-screen-iframe-with-max-width-height.html keeps timing out on the bots. I think it assumes that iframes load synchronously, which is incorrect. Please fix.
tracking at
bug 118842
zalan
Comment 10
2013-07-18 08:39:22 PDT
(In reply to
comment #9
)
> (In reply to
comment #8
) > > LayoutTests/fullscreen/full-screen-iframe-with-max-width-height.html keeps timing out on the bots. I think it assumes that iframes load synchronously, which is incorrect. Please fix. > > tracking at
bug 118842
and by
bug 118842
, I meant
bug 118820
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