g3w-suite / g3w-client-plugin-editing

https://g3w-suite.readthedocs.io/en/latest/g3wsuite_editing.html
0 stars 3 forks source link

Keep close button visible when editing attributes panel is open #67

Open Raruto opened 1 year ago

Raruto commented 1 year ago

Motivation

As per g3w-client-plugin@v3.6.6,

top right close button "disappears" (changes its position) when you open the editing tools:

image

image

image

Suggested solution

In order to avoid confusing end user, it is best to keep both close buttons visible:

image

volterra79 commented 1 year ago

@Raruto Close (x) is hide by code because otherwise we need to intercept click on x (close button) and use the same flow of click on close button (no save)

Raruto commented 1 year ago

Close (x) is hide by code ... and use the same flow

@volterra79 please, include a few permalinks to the relevant portions of code (so in the future we will know where to start looking for)