[Webkit-unassigned] [Bug 45930] Web Inspector: long properties include the ellipsis in the editable input

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 23 06:47:53 PDT 2010


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


Pavel Feldman <pfeldman at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|long properties include the |Web Inspector: long
                   |ellipsis in the editable    |properties include the
                   |input                       |ellipsis in the editable
                   |                            |input




--- Comment #1 from Pavel Feldman <pfeldman at chromium.org>  2010-09-23 06:47:53 PST ---
We abbreviate values in the InjectedScript (100 chars). Rationale is that innerHTML, outerHTML and such will kill our performance otherwise.

One of the options would be to load unabbreviated versions upon editing of truncated properties, but it'll still not be useful since editing >100 char values in the edit field is not convenient. Suggestions are welcome.

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