[Webkit-unassigned] [Bug 24862] REGRESSION: Backspacing link from new line adds "text-decoration: none" to style

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 26 18:03:09 PDT 2009


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


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P1
            Summary|Backspacing link from new   |REGRESSION: Backspacing link
                   |line adds "text-decoration: |from new line adds "text-
                   |none" to style              |decoration: none" to style




------- Comment #3 from eric at webkit.org  2009-03-26 18:03 PDT -------
text-decoration is handled special by ApplyStyleCommand
(-webkit-text-decorations-in-effect or something).  But I've not re-written it
yet...  ApplyStyleCommand might not even be involved here.  I'm not sure why a
delete would be applying style to the previous line.

So it's all yours, unless Justin has some insight.

Since this is a regression, it's a P1 according to the guide.  It would help a
lot to know which revision regressed.  If you can make a layout test to test
this you can use WebKitTools/Scripts/bisect-builds to quickly run through the
nightly builds and find out which revision range caused the regression. ;)


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



More information about the webkit-unassigned mailing list