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

Create New Widget Tab seems empty (ref. Bug #6067) #9728

Closed
wuuti opened this issue Mar 26, 2013 · 1 comment
Closed

Create New Widget Tab seems empty (ref. Bug #6067) #9728

wuuti opened this issue Mar 26, 2013 · 1 comment
Labels
bug The issue in the code or project, which should be addressed. type-frontend Issues related to UI/UX issues, mostly about styles and frontend implementations on JavaScript.

Comments

@wuuti
Copy link
Contributor

wuuti commented Mar 26, 2013

inreti created Redmine issue ID 9728

I was able to reproduce the bug from #6067: when you try to create a new dashboard widget, a screen with only an empty "General Information" tab is shown (see attached screenshot).
The green coloring of the one and only tab gives a hint to the problem: the javascript generating the UI believes that there is another tab which is active (normally colored white). But there is not other tab if you try to create a new widget.
Can be solved by the user by a simple click on the green "General Information" tab. The bug behind must be missing "Dashboards" tab, which is shown if you update an existing widget, but not if you try to create a new one!

Steps to reproduce:

update an existing widget (maybe change the description a little bit)

click on the "Dashboards"-Tab of this widget

then click on save.

click on close

click on "Create new widget button"

the empty "General Information" tab appears

=> the manager UI seems to remember the last active tab. When you create a new widget, the UI tries to open a tab of that type again - which (somehow) is not created at this point (why not? Choosing the dashboards is necessary on creating, isn't it?)

May this UI bug also affects other parts of modx, where the tabs shown on update are different from the tabs shown on create new?

@MarkH
Copy link

MarkH commented Apr 3, 2013

markh submitted:

Fixed and awaiting integration for 2.2.7: #474

enigmatic-user pushed a commit to enigmatic-user/revolution that referenced this issue Feb 13, 2014
enigmatic-user pushed a commit to enigmatic-user/revolution that referenced this issue Feb 13, 2014
enigmatic-user pushed a commit to enigmatic-user/revolution that referenced this issue Feb 13, 2014
Merge branch 'bug-9728' into release-2.2

* bug-9728:
  [modxcms#9728] Fix empty create Dashboard Widget tab
  [modxcms#9728] Fix dashboard widget stateIds clashing between create and update
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue in the code or project, which should be addressed. type-frontend Issues related to UI/UX issues, mostly about styles and frontend implementations on JavaScript.
Projects
None yet
Development

No branches or pull requests

2 participants