Bug 85789 - Web Inspector: [TextPrompt] Event listeners and CSS style are not removed on detachment
Summary: Web Inspector: [TextPrompt] Event listeners and CSS style are not removed on ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Alexander Pavlov (apavlov)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-07 04:13 PDT by Alexander Pavlov (apavlov)
Modified: 2013-02-02 01:40 PST (History)
10 users (show)

See Also:


Attachments
Patch (2.34 KB, patch)
2012-05-07 04:16 PDT, Alexander Pavlov (apavlov)
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pavlov (apavlov) 2012-05-07 04:13:14 PDT
Whenever a TextPrompt is detached from an element, it does not remove the event listeners and "text-prompt" CSS class attached to the prompt element.
Comment 1 Alexander Pavlov (apavlov) 2012-05-07 04:16:20 PDT
Created attachment 140508 [details]
Patch
Comment 2 Alexander Pavlov (apavlov) 2012-05-07 06:37:57 PDT
Committed r116305: <http://trac.webkit.org/changeset/116305>