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

Website selector is shown below other elements #830

Closed
anonymous-matomo-user opened this issue Jun 26, 2009 · 15 comments
Closed

Website selector is shown below other elements #830

anonymous-matomo-user opened this issue Jun 26, 2009 · 15 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.
Milestone

Comments

@anonymous-matomo-user
Copy link

When I click on the website selector, the list opens but there is no background, so the text mangles with the text "Piwik 0.4.1 is a collaborative project...", s. screenshot

The list is shown below all widgets, too. Therefore, I cannot select those domains.

@anonymous-matomo-user
Copy link
Author

Attachment: screenshot of problem
own.PNG

@anonymous-matomo-user
Copy link
Author

tested with Opera 10 beta, FF 3.0.11, IE 8

@robocoder
Copy link
Contributor

I can't reproduce this with FF3 (Jaunty), and Opera/Safari/IE (Vista)...

  • Do you encounter the same problem with the language selector?
  • Does the problem also occur when visiting http://piwik.org/demo ?

@robocoder
Copy link
Contributor

Try updating to the latest version of Flash Player.

@robocoder
Copy link
Contributor

Closing thought: in core/ViewDataTable/GenerateGraphHTML.php, try changing wmode from opaque to transparent.

@robocoder
Copy link
Contributor

And in libs/jquery/fdd2div-modified.js, change: position:absolute; to position:absolute;z-index:1;

If that happens to fix it for you, re-open this ticket, and I'll commit.

@robocoder
Copy link
Contributor

No, change that last one. From position:relative to position:relative;z-index:1;

It didn't seem to make a difference on my setup.

@anonymous-matomo-user
Copy link
Author

I found the problem: When the language selector is activated, that styles.css takes precedence and we didnt have it activated till I switched it on for testing.

I cannot reopen the bug: "Warning: No permission to change ticket fields."

@robocoder
Copy link
Contributor

'Switched it on'? Please clarify.

@anonymous-matomo-user
Copy link
Author

I activated it in the Plugins Management

@robocoder
Copy link
Contributor

which plugin?

@robocoder
Copy link
Contributor

ok; you disabled the languagesmanager

I guess the fix would be to move that style to themes...

@robocoder
Copy link
Contributor

(In [1266]) Quick fixes #830 - website selector not displayed correctly when LanguagesManager plugin disabled

@anonymous-matomo-user
Copy link
Author

thx =)

@robocoder
Copy link
Contributor

(In [1271]) refs #830 - move images as well

@anonymous-matomo-user anonymous-matomo-user added this to the Piwik 0.4.2 milestone Jul 8, 2014
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.
Projects
None yet
Development

No branches or pull requests

2 participants