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

Bug on graduated symbology on French QGis 3.28.10 #54549

Closed
2 tasks done
toineR-31 opened this issue Sep 11, 2023 · 7 comments · Fixed by #54943
Closed
2 tasks done

Bug on graduated symbology on French QGis 3.28.10 #54549

toineR-31 opened this issue Sep 11, 2023 · 7 comments · Fixed by #54943
Assignees
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 Languages support Symbology Related to vector layer symbology or renderers

Comments

@toineR-31
Copy link

toineR-31 commented Sep 11, 2023

What is the bug or the crash?

In the French version of QGIS 3.28.10, if we create a graduated thematic analysis on a polygon layer (natural break for example), if we return to the properties window after having closed it, the widget to enter the size of the The interval is in front of the very large legend. It is no longer possible to access the different thresholds entered.

Steps to reproduce the issue

  1. Put the interface in French
  2. create a graduated thematic analysis on a polygon layer with Natural breaks
  3. close properties windows
  4. open properties windows
  5. go to symbology tab

Versions

3.28.10-Firenze
e2edb9c

Supported QGIS version

  • I'm running a supported QGIS version according to the roadmap.

New profile

Additional context

No response

@toineR-31 toineR-31 added the Bug Either a bug report, or a bug fix. Let's hope for the latter! label Sep 11, 2023
@agiudiceandrea agiudiceandrea added Symbology Related to vector layer symbology or renderers Languages support Localization Issues with language support in numbers representation GUI/UX Related to QGIS application GUI or User Experience labels Sep 14, 2023
@juliepierson
Copy link

Hi, I have the same bug here with QGIS 3.28.10 in french, this bug disappears when changing QGIS language to american english. Thanks !

@jef-n
Copy link
Member

jef-n commented Sep 15, 2023

also applies to German

@claasleiner
Copy link

I have also noticed this problem and am proceeding with the following workaround:
If I create a new style or change the style in the layer properties using the style button, I can access the graduated values again.
Greetings, Claas

@elpaso elpaso assigned elpaso and unassigned elpaso Sep 27, 2023
@elpaso
Copy link
Contributor

elpaso commented Sep 27, 2023

It does not depend on the numeric locale formatting but only on the translation of the user interface.
Italian is ok and I couldn't find anything strange while debugging with the french language, sorry I couldn't help.

Maybe there is something wrong in the language translation files.

@Mides
Copy link

Mides commented Oct 7, 2023

Screenshot when returning to layer properties. Classes no longer appear. French version of QGIS 3.28.10.

qgis

@DelazJ
Copy link
Contributor

DelazJ commented Oct 11, 2023

I've also been caught today.
Hovering over the widget, it shows a tooltip that refers to the "Interval size" spinbox that is displayed when "Fixed Interval" classification method is selected. That widget shouldn't be there when using another classification, e.g., natural breaks.
Also is that normal that it relies on Processing widget and not an usual qgsspinbox?

std::unique_ptr< QgsProcessingParameterNumber > param = std::make_unique< QgsProcessingParameterNumber >( QStringLiteral( "INTERVAL" ), QObject::tr( "Interval size" ), QgsProcessingParameterNumber::Double, 1, false, 0.000000000001 );

@DelazJ
Copy link
Contributor

DelazJ commented Oct 12, 2023

It seems that the issue does not affect the "Layer styling" panel: a layer showing the broken widget in the Properties dialog will continue to display clean GUI in the Layer styling panel.

@troopa81 troopa81 self-assigned this Oct 16, 2023
troopa81 added a commit to troopa81/QGIS that referenced this issue Oct 16, 2023
@agiudiceandrea agiudiceandrea removed the Localization Issues with language support in numbers representation label Oct 16, 2023
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 Languages support Symbology Related to vector layer symbology or renderers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants