-
-
Notifications
You must be signed in to change notification settings - Fork 912
Display properties - Sort ordering #10680
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
base: master
Are you sure you want to change the base?
Conversation
DelazJ
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Afaict the changes introduced in the issue report affect both vector and raster display tabs
| * the map tip information, i.e. the message displayed in the map canvas | ||
| when hovering over a feature of the active layer with the |mapTips| :sup:`Show Map Tips` icon pressed. | ||
| Applicable when |checkbox| :guilabel:`Enable Map Tips` is active | ||
| and no :guilabel:`HTML Map Tip` is set. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unless I miss an issue report (or an alternative to qgis/QGIS#63901 that was supposed to remove that option), you need to also address the removal of "HTML map tips" entry in the GUI. You might also want to check the current condition(s) for "display name" to be displayed as map tip.
| when hovering over a feature of the active layer with the |mapTips| :sup:`Show Map Tips` icon pressed. | ||
| Applicable when |checkbox| :guilabel:`Enable Map Tips` is active | ||
| and no :guilabel:`HTML Map Tip` is set. | ||
| * :guilabel:`Sort Order`: an optional |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * :guilabel:`Sort Order`: an optional | |
| * :guilabel:`Sort Order`: an optional field or |
| in conjunction with the :guilabel:`Display name` to provide a consistent | ||
| feature display experience. | ||
| * |checkbox| :guilabel:`Enable Map Tips` controls whether to display map tips for the layer | ||
| * The :guilabel:`HTML Map Tip` provides a complex and full HTML text editor for map tips, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should probably be merged with previous paragraph, removing mention of "HTML map tip"
| * :guilabel:`Sort Order`: an optional | ||
| :ref:`expression <vector_expressions>` that controls the default ordering | ||
| of features when displayed in the :ref:`attribute table views <attribute_table_view>` and :ref:`relation | ||
| editor widgets <vector_attributes_menu>`. You can set the sort direction |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the edit widgets section not closer to these tools than the whole Attribute forms tab url used here?
| :ref:`expression <vector_expressions>` that controls the default ordering | ||
| of features when displayed in the :ref:`attribute table views <attribute_table_view>` and :ref:`relation | ||
| editor widgets <vector_attributes_menu>`. You can set the sort direction | ||
| using the arrow button next to the |expression| :guilabel:`expression` field. This setting works |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no "expression" gui label here, and do we not have a substitution for the arrow icon? Using it may skip the "next to the |expression| :guilabel:expression field"?
| in conjunction with the :guilabel:`Display name` to provide a consistent | ||
| feature display experience. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how this is a "consistent feature display experience" is unclear to me. And I wonder if this isn't more a "dev selling a feature"-comment and something to let to changelog.
fixes #10473