Bug 134881 - Inline-Blocks are represented as Block elements after exiting Fullscreen mode
Summary: Inline-Blocks are represented as Block elements after exiting Fullscreen mode
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Windows 8
: P2 Normal
Assignee: Nobody
URL: http://spiel77.bplaced.de/test/
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-14 04:58 PDT by fishattack
Modified: 2014-07-15 21:01 PDT (History)
1 user (show)

See Also:


Attachments
Test case for the bug (1.21 KB, text/html)
2014-07-14 04:59 PDT, fishattack
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description fishattack 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
Comment 1 fishattack 2014-07-14 04:59:25 PDT
Created attachment 234850 [details]
Test case for the bug