[Webkit-unassigned] [Bug 231264] [iOS] fast/events/ios/rotation/layout-viewport-during-rotation.html is constantly failing.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 22 03:26:03 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=231264

Abrar Rahman Protyasha <a_protyasha at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |a_protyasha at apple.com

--- Comment #5 from Abrar Rahman Protyasha <a_protyasha at apple.com> ---
These are the results I currently get. Some of these make sense simply because the dimensions reported now correspond to iPhone 12 instead of iPhone SE (1st gen).

The only result that seems wrong is the layoutViewport in the resize event handler. Both dimensions are height-like.

```
Before rotation
layoutViewport: 0, 0 - 390 x 797
visualViewport: 0, 0 - 390 x 797
client rect of fixed object:0, 0 - 390 x 797

In resize event handler:
layoutViewport: 0, 0 - 844 x 797
visualViewport: 0, 0 - 844 x 390
client rect of fixed object:0, 0 - 844 x 797

In orientationchange event handler:
layoutViewport: 0, 0 - 844 x 390
visualViewport: 0, 0 - 844 x 390
client rect of fixed object:0, 0 - 844 x 390

After rotation
layoutViewport: 0, 0 - 844 x 390
visualViewport: 0, 0 - 844 x 390
client rect of fixed object:0, 0 - 844 x 390

```

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240322/93de927a/attachment.htm>


More information about the webkit-unassigned mailing list