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.
Attachment: screenshot of problem
own.PNG
I can't reproduce this with FF3 (Jaunty), and Opera/Safari/IE (Vista)...
Closing thought: in core/ViewDataTable/GenerateGraphHTML.php, try changing wmode from opaque to transparent.
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.
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.
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."
ok; you disabled the languagesmanager
I guess the fix would be to move that style to themes...
(In [1266]) Quick fixes #830 - website selector not displayed correctly when LanguagesManager plugin disabled
(In [1271]) refs #830 - move images as well