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

Widget regressions #709

Closed
robocoder opened this issue May 13, 2009 · 6 comments
Closed

Widget regressions #709

robocoder opened this issue May 13, 2009 · 6 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Milestone

Comments

@robocoder
Copy link
Contributor

Internet Explorer 7 regressions in 0.2.35:

  • loading Dashboard, there's an error (Line 13, Char 2817, "Object doesn't support this property or method"
  • Flash widgets (e.g., "Last visits graph" and "Visits by server time") can no longer be dragged & dropped to change the layout
  • "Add a widget..." - the screen jumps when I mouseover "Visitor Settings" or "Visitors", making it difficult to select a widget
  • "Add a widget..." - mouseover "Example Widgets" and then "Piwik Changelog" - the preview window is too tall and it isn't scrollable; you can't access any controls to either add the widget to the dashboard or close the window; the Escape key doesn't work

(My screen resolution is 1440x900.)

I also reported in email last week that on FF3 and IE7, after upgrading, the dashboard no longer loads properly. ("Widget not found") The workaround appears to be: delete the Flash widgets (e.g., Visits by Server Time, Last Visits Graph) from the dashboard, logout, login, and re-add them. It appears other users are experiencing this problem after auto-updating.

@robocoder
Copy link
Contributor Author

Clarification: the JavaScript error occurs when I try to drag & drop a Flash widget.

@robocoder
Copy link
Contributor Author

I can't re-test the "Widget not found" problem as I've already performed my workaround.

The aforementioned regressions are not appearing with Safari 3.2.2, Opera 9.64, and Firefox 3.0.10.

@robocoder
Copy link
Contributor Author

Interesting: deleting the flash widgets clears up "Add a Widget" problems.

Unfortunately, users are reporting on the forum that the "Add a Widget" link doesn't work.

@robocoder
Copy link
Contributor Author

Judging from forum posts, deleting "all" widgets appears to be clearing up the problem.

@robocoder
Copy link
Contributor Author

The Flash widget drag & drop issue is a regression from #243/[886]. The error is occurring in jquery.js (1.2.6) clone() function. It's partly working with jquery.js (1.3.2) -- refresh is broken.

jquery.ui.sortable (1.6; for legacy jquery 1.2.6) isn't a drop-in replacement here. (Besides the minified code -- which includes ui.core dependencies -- is around 48K.)

@robocoder
Copy link
Contributor Author

Deferring to #510 and reprioritizing. It doesn't look practical to hack on ui.mouse.js and ui.sortable.js (circa Oct 2007; the latter also contains local mods).

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

No branches or pull requests

1 participant