Summary: | Wikipedia search field does not accept space character or cursor keys | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Wonko <wonko> |
Component: | Context View/Wikipedia | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | lfranchi, simon.esneault, sven |
Priority: | NOR | ||
Version: | 2.4-GIT | ||
Target Milestone: | 2.4.1 | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.5 | |
Sentry Crash Report: |
Description
Wonko
2011-02-18 11:40:45 UTC
Confirmed. That search field should not be shown at all, imho. That's stuff that should be filtered as the "normal" Wikipedia applet does, too. Ok, it's not that trivial... WikipediaEnginePrivate::wikiParse( QString &wiki ) doesn't know about the mobile version at all, and the mobile version uses different HTML comments to mark the different parts of the document. So Amarok does not filter the heading of the document at all. Git commit f06c33c5699ea23d06fa9104a8ccf3b797ca62fe by Rick W. Chen. Committed on 31/10/2011 at 01:52. Pushed by rickc into branch 'master'. wiki: fix search field not accepting space characters Space is the default shortcut key for play/pause. Somehow it is triggered even when entering in the line edit of the browser. This allows shortcut keys to be overridden and pass to the widget. BUG: 266591 FIXED-IN: 2.5 M +2 -0 ChangeLog M +2 -1 src/context/applets/wikipedia/WikipediaApplet_p.h http://commits.kde.org/amarok/f06c33c5699ea23d06fa9104a8ccf3b797ca62fe |