Bug 133933 - (Regression 168350) Full screen image transition on wikipedia is broken.
Summary: (Regression 168350) Full screen image transition on wikipedia is broken.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2014-06-15 21:00 PDT by zalan
Modified: 2014-08-04 15:04 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2014-06-15 21:00:39 PDT
1. Load http://en.wikipedia.org/wiki/Charlie_O%27Donnell#mediaviewer/File:Charlieodonnell_announcement.jpg
2. Hit the full-screen button.

The image transition starts from the wrong position and it cuts off the image.

<rdar://problem/17321875>
Comment 1 zalan 2014-06-15 21:13:01 PDT
Regressed at http://trac.webkit.org/changeset/168350
Comment 2 Dirk Schulze 2014-06-16 08:28:08 PDT
Could you tell me how the SVG looks like during the transition?
Comment 3 Dirk Schulze 2014-06-16 08:35:00 PDT
Seems like the <svg> is relying on the wrong height calculation code where 100% is equal to 1vh regardless of the containing block. This can just be fixed in the wiki page.
Comment 4 Dean Jackson 2014-06-18 15:02:44 PDT
(In reply to comment #3)
> Seems like the <svg> is relying on the wrong height calculation code where 100% is equal to 1vh regardless of the containing block. This can just be fixed in the wiki page.

I'm not sure if you're saying this is correct behaviour, or still a bug on our end?
Comment 5 Philip Rogers 2014-06-18 16:57:29 PDT
(In reply to comment #3)
> Seems like the <svg> is relying on the wrong height calculation code where 100% is equal to 1vh regardless of the containing block. This can just be fixed in the wiki page.

Why does Firefox (whose sizing we match after http://trac.webkit.org/changeset/168350) not exhibit this bug?
Comment 6 Dirk Schulze 2014-06-26 02:17:37 PDT
Filed a bug for mediawiki https://bugzilla.wikimedia.org/show_bug.cgi?id=67119