| Summary: | Khtml create TextEvents doesnt make it into input and textarea widgets | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Fredrik Johansson <fredrik> |
| Component: | general | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 3.5 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
testpage
html_formimpl.cpp changed version of rev: 497603 html_formimpl.h changed version of rev: 490943 |
||
|
Description
Fredrik Johansson
2006-01-18 22:27:39 UTC
Created attachment 14301 [details]
testpage
3 different functions that all creates, init and dispatches a TextEvent
Created attachment 14302 [details]
html_formimpl.cpp changed version of rev: 497603
This is NOT a high quality patch, see above description
Added code into HTMLInputElementImpl::defaultEventHandler
from line 1730 -> 1774
Added method HTMLTextAreaElementImpl::defaultEventHandler
from line 2756 -> 2802
Created attachment 14303 [details]
html_formimpl.h changed version of rev: 490943
This is NOT a high quality patch, see above description
Added method declaration HTMLTextAreaElementImpl::defaultEventHandler
from line 554 -> 555
|