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

External Resource widget bugs #22180

Closed
qgib opened this issue Jan 27, 2016 · 1 comment
Closed

External Resource widget bugs #22180

qgib opened this issue Jan 27, 2016 · 1 comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Forms
Milestone

Comments

@qgib
Copy link
Contributor

qgib commented Jan 27, 2016

Author Name: Médéric RIBREUX (Médéric RIBREUX)
Original Redmine Issue: 14178
Affected QGIS version: master
Redmine category:forms
Assignee: Denis Rouzaud


Hello dev,

I have made thorough tests for the new External Resource widget and I have found some bugs which are pretty annoying.
I have a "pending PR":#2726 for the fix so I will not make a report for each bug but just an abstract of what I have found so far.

  • When using External Resource widget, you can't add new values to layer using the widget: values are always discarded (just a return problem).
  • External Resource widget don't store the filter configuration in the project (just a typo in the name of the attribute to store).
  • When the field value is NULL and you are in RelativeStorage mode (whatever mode) and using a Label to display an URL, the relative path is displayed instead of the NULL string (just a return problem).
  • Filter syntax needs to be explained (not so common for a non already Qt developper user): just add a tooltip on the filter LineEdit.
  • DocumentViewerWidth and DocumentViewerHeight are not stored into .qgs project file (just add the two values to widgetfactory writeconfig).
  • RelativeStorage is stored in the project file but it is not correctly read for the configuration (RelativeStorage stores an Int and not a string).

Last bug that I've not fixed in "the PR":#2726:

  • Whatever DocumentViewerWidth/Height you put into the widget configuration, image is always distorded to the current size of the control in the form.
@qgib
Copy link
Contributor Author

qgib commented Jan 27, 2016

Author Name: Médéric RIBREUX (Médéric RIBREUX)


Hello, bug triage...

PR is merged ! No need to get further for the moment !


  • resolution was changed from to fixed/implemented
  • done_ratio was changed from 0 to 100
  • status_id was changed from Open to Closed

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Forms labels May 25, 2019
@qgib qgib added this to the Version 2.14 milestone May 25, 2019
@qgib qgib closed this as completed May 25, 2019
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! Forms
Projects
None yet
Development

No branches or pull requests

1 participant