Summary: | facebook: can't set status unless you focus out | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | A. Spehr <zahl> |
Component: | khtml | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
A. Spehr
2008-01-09 07:10:43 UTC
SVN commit 758788 by orlovich: Fix a bad regression due to porting --- non-text key events were using a Qt-internal key ID and not browser-semi-independent one. KDE3.5.x used to use ->ascii() here, which would return 0 in case of special keys, making us use the m_virtKeyVal, as appropriate. But the misused here ->key would always return some value. So don't use it, and just use the event text() to find out unicode IDs of normal keys.. BUG:155319 M +1 -1 dom2_eventsimpl.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=758788 |