Bug 21521 - REGRESSION: placeholder text not updated when the placeholder attribute changes value
Summary: REGRESSION: placeholder text not updated when the placeholder attribute chang...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Timothy Hatcher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-10 07:49 PDT by Timothy Hatcher
Modified: 2008-10-10 13:28 PDT (History)
1 user (show)

See Also:


Attachments
Proposed patch (4.21 KB, patch)
2008-10-10 07:51 PDT, Timothy Hatcher
no flags Details | Formatted Diff | Diff
Proposed patch (6.96 KB, patch)
2008-10-10 08:24 PDT, Timothy Hatcher
adele: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2008-10-10 07:49:11 PDT
Switching panels in the Web Inspector changes the placeholder attribute. The attribute value changes from a non-empty string to another non-empty string, and it wasn't updating. Focusing and unfocusing the field would trigger an update.
Comment 1 Timothy Hatcher 2008-10-10 07:51:55 PDT
Created attachment 24260 [details]
Proposed patch
Comment 2 Timothy Hatcher 2008-10-10 08:24:12 PDT
Created attachment 24261 [details]
Proposed patch
Comment 3 Timothy Hatcher 2008-10-10 13:28:10 PDT
Landed in r37488.