Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 52931 Details for
Bug 84500
A patch for bug 100963 released
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
The patch
3.4-rc1_khtml_100963_bug_fix.patch (text/plain), 660 bytes, created by
Gleb Litvjak
on 2005-03-08 05:15:52 UTC
(
hide
)
Description:
The patch
Filename:
MIME Type:
Creator:
Gleb Litvjak
Created:
2005-03-08 05:15:52 UTC
Size:
660 bytes
patch
obsolete
>--- khtml/html/html_formimpl.cpp 2005-02-23 13:57:04.000000000 +0200 >+++ khtml/html/html_formimpl.cpp 2005-03-08 14:47:02.000000000 +0200 >@@ -2463,15 +2463,15 @@ > if ( m_render && m_initialized ) { > RenderTextArea* renderArea = static_cast<RenderTextArea*>( m_render ); > m_value = renderArea->text(); >+ m_dirtyvalue = false; // before onChange (#100963) > onChange(); > } else { > m_value = defaultValue().string(); > m_initialized = true; >- } >- >+ > m_dirtyvalue = false; >+ } > } >- > if ( m_value.isNull() ) return ""; > > return m_value;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 84500
: 52931