← Back to team overview

mudlet-makers team mailing list archive

[Bug 1369040] Re: Room exits dialog room # tooltip is coloured

 

It is caused by the "Cascading" nature of the CSS that Qt is emulating -
by default using the setStyleSheet() method on the line edits used to
hold the exit to room id numbers to colour them is being carried down to
their child elements which includes the tooltips.  I have found the fix
is to be explicit when using this method to ensure it only is applied to
the parent element (the QLineEdit).

Fix proposed in: https://github.com/Mudlet/Mudlet/pull/216

-- 
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/1369040

Title:
  Room exits dialog room # tooltip is coloured

Status in Mudlet the MUD client:
  In Progress

Bug description:
  The tooltip for some reason is coloured, making it really difficult to
  read when your OS's tooltips are on a black background by default. The
  text colour should stay default.

  Attached is a screenshot demonstrating the problem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1369040/+subscriptions


References