[Webkit-unassigned] [Bug 127613] Web Inspector: In a DataGrid, store value of columnIdentifier to DOM node representing a cell

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 27 16:41:08 PST 2014


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





--- Comment #9 from Joseph Pecoraro <joepeck at webkit.org>  2014-01-27 16:38:33 PST ---
(From update of attachment 222378)
View in context: https://bugs.webkit.org/attachment.cgi?id=222378&action=review

> Source/WebInspectorUI/UserInterface/DataGrid.js:156
> +        td.__columnIdentifier = parseInt(columnIdentifier);

Whoa, there is a parseInt now? Can't columnIdentifier be a string like "name"?

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