[Webkit-unassigned] [Bug 100943] New: Bug indentation of html code.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 1 04:22:27 PDT 2012


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

           Summary: Bug indentation of html code.
           Product: WebKit
           Version: 525.x (Safari 3.2)
          Platform: PC
               URL: http://www.bdacriacoes.com.br/googlechrome
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: citrin.sistemas at gmail.com


I found a problem that occurs only when I am using indentation of code.
Turning the html code I am enclosing note that the 'first instance' icons are going to line the bottom of the div where he is. I noticed that this happens only when my code is indented as in the example below:

<div class="ComboBox">
 <span>System</ span>
 <span class="ComboIcon IconComboDown"></ span>
</div>


But in 'Second Example' the problem ceases to be because I removed the indentation of code, leaving him as the example below:

<div class="ComboBox"><span>System</span><span class="ComboIcon IconComboDown"></span></div>


User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Safari/537.4 Chrome/22.0.1229.94.

The problem occurs with the browsers:
- Using Safari Version: 5.1.7 (7534.57.2).
- Google Chrome 22.0.1229.94 (Official Build 161065) m

-- 
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