[Webkit-unassigned] [Bug 78839] New: cssText = 'display:inline-block' not working properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 16 13:57:11 PST 2012


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

           Summary: cssText = 'display:inline-block' not working properly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://jsfiddle.net/7h2Dh/
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: valeriy.panfilov at gmail.com


Example here: http://jsfiddle.net/7h2Dh/

Steps to Reproduce:
----
(1) <span>Text<div id="wtf">Content</div>Text</span>
(2) document.getElementById( 'wtf' ).style.cssText = 'display:inline-block'

Actual Results:
---- 
<div> drops on the second line.

Expected Results: 
----
Line without breaks.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list