https://bugzilla.wikimedia.org/show_bug.cgi?id=25727
Summary: Bugzilla unusable with mouse when using Konqueror as
browser
Product: Wikimedia
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: Normal
Component: Bugzilla
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected], [email protected]
Bugzilla is nearly unusable with the mouse when using Konqueror (from KDE
4.4.4) as browser.
The reason for this is that the search field covers the whole size of the
window. It's transparent (as in "you still see everything"), but it catches all
mouse clicks. This happens on all bugzilla pages (for example search results,
single bug view) that have the search box on the top-right corner.
I tracked down the problem to vector.css (line 145):
#simpleSearch > button#searchButton {
height:100%;
}
I could fix the problem by adding the following line to my user CSS:
#simpleSearch > button#searchButton {
height: 1.5em !important;
}
Please change the height in vector.css to something like 1.5em so that bugzilla
works in Konqueror. (The "!important" is to make sure it really overrides the
online CSS, it won't be needed in vector.css.)
--
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l