Bug 134881

Summary: Inline-Blocks are represented as Block elements after exiting Fullscreen mode
Product: WebKit Reporter: fishattack
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: jer.noble
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Windows 8   
URL: http://spiel77.bplaced.de/test/
Attachments:
Description Flags
Test case for the bug none

fishattack
Reported 2014-07-14 04:58:17 PDT
I've made a website with inline-block elements and one button to make one of those elements fullscreen. After exiting fullscreen the inline-blocks will be presented in two lines - similar to normal block elements. I created a test website to reproduce the bug. What steps will reproduce the problem? 1. click fullscreen button 2. exit fullscreen 3. watch result What is the expected result? hello in one line after exiting fullscreen - inline blocks in one line What happens instead? there is a line-break behind the first inline-block-element after exiting fullscreen
Attachments
Test case for the bug (1.21 KB, text/html)
2014-07-14 04:59 PDT, fishattack
no flags
fishattack
Comment 1 2014-07-14 04:59:25 PDT
Created attachment 234850 [details] Test case for the bug
Note You need to log in before you can comment on or make changes to this bug.