[Webkit-unassigned] [Bug 26602] Web Inspector: caret moves past prompt in javascript console
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 7 08:05:45 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=26602
Joseph Pecoraro <joepeck02 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |joepeck02 at gmail.com
--- Comment #1 from Joseph Pecoraro <joepeck02 at gmail.com> 2009-08-07 08:05:44 PDT ---
The style on the console-prompt is:
-webkit-user-modify: read-write-plaintext-only;
min-height: 16px;
padding: 1px 22px 1px 24px;
position: relative;
white-space: pre-wrap;
So there is always 24px of padding on the left. I'm guessing that the
proprietary "-webkit-user-modify: read-write-plaintext-only" could be causing
the problem by incorrectly working with backspace and padding? Attempting to
change to margin-left didn't work either.
--
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