Last modified: 2011-05-15 09:56:32 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T27727, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 25727 - Bugzilla unusable with mouse when using Konqueror as browser
Bugzilla unusable with mouse when using Konqueror as browser
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Bugzilla (Other open bugs)
unspecified
All All
: Normal trivial (vote)
: ---
Assigned To: Priyanka Dhanda
:
: 22277 (view as bug list)
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-10-31 19:03 UTC by Christian Boltz
Modified: 2011-05-15 09:56 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Christian Boltz 2010-10-31 19:03:51 UTC
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.)
Comment 1 Brion Vibber 2011-01-28 01:14:54 UTC
*** Bug 22277 has been marked as a duplicate of this bug. ***
Comment 2 Mark A. Hershberger 2011-02-04 22:42:07 UTC
Priyanka, could you make the CSS

    #simpleSearch > button#searchButton { 
        height: 12px;
    }

I tried it that way for my user.css in Konqueror since that is the height of the search icon.

Why is bit in the CSS anyway?  It isn't in the regular vector.css.
Comment 3 Tim Landscheidt 2011-04-24 21:42:06 UTC
This seems to have been fixed now.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links