Ticket #830 (closed Bug: fixed)

Opened 3 years ago

Last modified 3 years ago

Website selector is shown below other elements

Reported by: larsen Owned by:
Priority: major Milestone: Piwik 0.4.2
Component: UI (templates, javascript) Keywords:
Cc: Sensitive:

Description

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.

Attachments

own.PNG Download (4.1 KB) - added by larsen 3 years ago.
screenshot of problem

Change History

Changed 3 years ago by larsen

screenshot of problem

Changed 3 years ago by larsen

tested with Opera 10 beta, FF 3.0.11, IE 8

Changed 3 years ago by vipsoft

  • milestone set to 1 - Piwik 0.4.2

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 ?

Changed 3 years ago by vipsoft

  • status changed from new to closed
  • resolution set to worksforme

Try updating to the latest version of Flash Player.

Changed 3 years ago by vipsoft

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

Changed 3 years ago by vipsoft

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.

Changed 3 years ago by vipsoft

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.

Changed 3 years ago by larsen

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

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

Changed 3 years ago by vipsoft

  • status changed from closed to reopened
  • resolution worksforme deleted

'Switched it on'? Please clarify.

Changed 3 years ago by larsen

I activated it in the Plugins Management

Changed 3 years ago by vipsoft

which plugin?

Changed 3 years ago by vipsoft

ok; you disabled the languagesmanager

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

Changed 3 years ago by vipsoft

  • status changed from reopened to closed
  • resolution set to fixed

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

Changed 3 years ago by larsen

thx =)

Changed 3 years ago by vipsoft

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

Note: See TracTickets for help on using tickets.