[Webkit-unassigned] [Bug 40522] New: Web Inspector: up/down keys are not treating hex numbers properly while editing styles.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 12 05:07:49 PDT 2010


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

           Summary: Web Inspector: up/down keys are not treating hex
                    numbers properly while editing styles.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pfeldman at chromium.org
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com


What steps will reproduce the problem?
1. Open any page
2. Find a colored element (such as a link)
3. Hit "inspect element"
4. Click the hex css color field and use arrow up/arrow down. 

What is the expected result?
Good question, but something different.

What happens instead?
A value of 00C for example on crbug.com will increment to 0.1C ... 100C and over. It can also go 
negative with -0.1C ... -100C and so on. 
Either way, it shouldnt give invalid hex values.

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