Closed Bug 1232660 Opened 9 years ago Closed 9 years ago

[gui] Bisection Informations right-click menu text turns white when hovered

Categories

(Testing :: mozregression, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: Fanolian+BMO, Assigned: saurabhs, Mentored)

Details

(Whiteboard: [good first bug][lang=python])

Attachments

(2 files)

User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0 Build ID: 20151214030220 Steps to reproduce: Right click in Bisection Informations. Hover on a selectable item. Actual results: Text turns white instead of the item box being highlighted. See attachment.
Oh, strange. Thanks for the bug report, I will try to reproduce it.
Ok, reproducible on both linux and windows. Will look into this.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Ok, so looks like a stylesheet issue from here: https://github.com/mozilla/mozregression/blob/91dc13a55125eb72db810f3eca4ededcc6b8f5ab/gui/mozregui/report.py#L302 We are applying a background color to the QPlainTextEdit - but we add that without any constraint, and so it is inherited by the child widgets. We should set a constraint to apply the background-color rule on QPlainText objects only I guess, see: http://doc.qt.io/qt-4.8/stylesheet.html Let's see if someone is interested to fix this! Else I'll take care of it later.
Mentor: j.parkouss
Whiteboard: [good first bug][lang=python]
Hi, I would like to work on this bug. Thanks.
Sure!
Assignee: nobody → singhal.saurabh.mnnit
Status: NEW → ASSIGNED
Attached file Pull Request
Attachment #8700085 - Flags: review?(j.parkouss)
Comment on attachment 8700085 [details] [review] Pull Request Looks good to me, thanks!
Attachment #8700085 - Flags: review?(j.parkouss) → review+
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: