WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
7675
When new text fields change from visibility:hidden to visibility:visible, value doesn't display
https://bugs.webkit.org/show_bug.cgi?id=7675
Summary
When new text fields change from visibility:hidden to visibility:visible, val...
Adele Peterson
Reported
2006-03-08 22:15:30 PST
See test case.
Attachments
test case
(457 bytes, text/html)
2006-03-08 22:17 PST
,
Adele Peterson
no flags
Details
patch
(4.89 KB, patch)
2006-03-09 14:10 PST
,
Adele Peterson
justin.garcia
: review-
Details
Formatted Diff
Diff
new patch
(4.91 KB, patch)
2006-03-09 15:14 PST
,
Adele Peterson
adele
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Adele Peterson
Comment 1
2006-03-08 22:17:07 PST
Created
attachment 6949
[details]
test case this test starts with a new text field with visibility:hidden and a value of "Test Passed". In the onload handler, the test field becomes visible, but the value doesn't show up.
Adele Peterson
Comment 2
2006-03-09 14:10:50 PST
Created
attachment 6965
[details]
patch
Justin Garcia
Comment 3
2006-03-09 14:53:37 PST
Comment on
attachment 6965
[details]
patch The shadowdiv may have a depth > 1, use traverseNextNode instead of nextSibling
Adele Peterson
Comment 4
2006-03-09 15:14:47 PST
Created
attachment 6966
[details]
new patch Good call, Justin. This patch uses traverseNextNode.
Adele Peterson
Comment 5
2006-03-09 15:21:57 PST
Comment on
attachment 6966
[details]
new patch Hyatt reviewed this.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug