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

bug at 'panelWidth' directive function in rowCtrl.js #5163

Closed
godfreyhe opened this issue May 25, 2016 · 0 comments
Closed

bug at 'panelWidth' directive function in rowCtrl.js #5163

godfreyhe opened this issue May 25, 2016 · 0 comments
Labels
prio/critical Highest priority. Must be actively worked on as someone's top priority right now. type/bug
Milestone

Comments

@godfreyhe
Copy link
Contributor

editing a graph panel with fullscreen, and then jump to home page or other dashboard directly without exit fullscreen, the target page will show nothing. It's maybe a bug in the 'panelWidth' directive function:

  if (fullscreen) {
    element.hide();
  }

fullscreen will always be true in the above situation.

@torkelo torkelo added type/bug prio/critical Highest priority. Must be actively worked on as someone's top priority right now. labels May 25, 2016
@torkelo torkelo added this to the 3.0.4 milestone May 25, 2016
torkelo added a commit that referenced this issue May 25, 2016
@torkelo torkelo closed this as completed May 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
prio/critical Highest priority. Must be actively worked on as someone's top priority right now. type/bug
Projects
None yet
Development

No branches or pull requests

2 participants