Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature attribute selection design bug #29542

Closed
qgib opened this issue Apr 1, 2019 · 3 comments
Closed

Feature attribute selection design bug #29542

qgib opened this issue Apr 1, 2019 · 3 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! GUI/UX Related to QGIS application GUI or User Experience Regression Something which used to work, but doesn't anymore

Comments

@qgib
Copy link
Contributor

qgib commented Apr 1, 2019

Author Name: Man Andman (@Vitruvius21)
Original Redmine Issue: 21727
Affected QGIS version: 3.6.1
Redmine category:gui


In QGIS3 (both LTR and LR) while selecting data in feature attribute [not in edit mode], menu text is becoming white. For clarity:

!123.gif!


@qgib
Copy link
Contributor Author

qgib commented Apr 1, 2019

Author Name: Jürgen Fischer (@jef-n)


  • description was changed from In QGIS3 (both LTR and LR) while selecting data in feature attribute [not in edit mode], menu text is becoming white. (see gif below for clarity) to In QGIS3 (both LTR and LR) while selecting data in feature attribute [not in edit mode], menu text is becoming white. For clarity:

!123.gif!

@qgib
Copy link
Contributor Author

qgib commented Apr 2, 2019

Author Name: Giovanni Manghi (@gioman)


  • category_id was changed from Attribute table to GUI

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! GUI/UX Related to QGIS application GUI or User Experience Regression Something which used to work, but doesn't anymore labels May 25, 2019
@SebastienPeillet
Copy link
Contributor

"Bug" reproduced with master version, it's necessary to activate the "Auto open form for single feature results" :

option

It is explained by the line 261 in qgstexteditwrapper.cpp :

      // removing frame + setting transparent background to distinguish the readonly lineEdit from a normal one
      // did not get this working via the Palette:
      mLineEdit->setStyleSheet( QStringLiteral( "background-color: rgba(255, 255, 255, 75%);" ) );

MouseOver event over the menu item change the text in white, and the white background that is not enough transparent (75% value), so the entire menu item seems white. Simple change into a lower value fixes the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! GUI/UX Related to QGIS application GUI or User Experience Regression Something which used to work, but doesn't anymore
Projects
None yet
2 participants