[Webkit-unassigned] [Bug 58025] Web Inspector: Bugs in some corner cases in the text editor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 7 06:49:10 PDT 2011


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





--- Comment #2 from Yury Semikhatsky <yurys at chromium.org>  2011-04-07 06:49:10 PST ---
(From update of attachment 88605)
View in context: https://bugs.webkit.org/attachment.cgi?id=88605&action=review

> Source/WebCore/ChangeLog:7
> +

ChangeLog entry should briefly explain the change, please don't leave it empty.

> Source/WebCore/inspector/front-end/TextViewer.js:1145
> +        for (var lineRow = element; lineRow; lineRow = lineRow.parentElement) {

Why not use this loop exclusively without relying on the class name above?

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