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

Ghost links #2

Open
fernandoacorreia opened this issue Jan 13, 2014 · 3 comments
Open

Ghost links #2

fernandoacorreia opened this issue Jan 13, 2014 · 3 comments

Comments

@fernandoacorreia
Copy link
Contributor

When you click on a customer (e.g. https://moot.it/riotjs/demo/#/customer/1) there are invisible, but working, links on the lower part of the page that are left over from the customers list.

@tipiirai
Copy link
Contributor

How can I repeat the issue? I didn't encounter the issue with Chrome or Firefox.

@fernandoacorreia
Copy link
Contributor Author

I'm sorry, my report wasn't accurate. The ghost links do not appear if you go directly to the URL.

Steps to reproduce:

  1. Log on to https://moot.it/riotjs/demo/.
  2. Click on Customers.
  3. Click on any customer.
  4. Move the mouse down just below the invoices list.
  5. Notice the links without text.

I verified this in Chrome and Firefox for Linux and in Chrome for Windows.

Attached is a screenshot showing the error:

Screenshot

@fernandoacorreia
Copy link
Contributor Author

On my testing, one way to solve this is to make inactive pages have display: none and active pages should have display: block. This gets a bit trickier because of the way the logout/login processing is handled. When logging out, it should switch all pages to inactive, and when logging back in, it should switch the first page to active.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants