[Webkit-unassigned] [Bug 36481] Web Inspector: Edit Tag Names

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 27 22:44:18 PDT 2010


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





--- Comment #16 from Joseph Pecoraro <joepeck at webkit.org>  2010-03-27 22:44:17 PST ---
(In reply to comment #15)
> WebCore adds a <br> if you delete everything in a contenteditable area. So that
> is what you see. We can maybe style any <br> in these area to no cause a break.

Awesome! That saved me a lot of time!

This made it work perfectly:

  .editing br { display: none; }

Are there any places you can think of where we would want a <br> while editing?
Otherwise I'll add this to the patch (in inspector.css).

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