question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't see highlighted item

See original GitHub issue

Image attached. No error messages in the console.

code:

const driver = new Driver({
    opacity:1
  });
  driver.highlight({
    element: '.subNavOptionW[data-option="Topics"]',
    popover: {
      title: 'Title for the Popover',
      description: 'Description for it',
    }
  });
screen shot 2018-03-17 at 6 40 32 pm

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:24 (9 by maintainers)

github_iconTop GitHub Comments

3reactions
kamranahmedsecommented, May 6, 2018

@00cpxxx yes it was fixed but note that in some edge cases when you can’t get around the z-index stacking context issues, you will have to use the non-animated version.

But anyways, give the non-animated version a try and feel free to open an issue with a reproducing plunker

1reaction
kamranahmedsecommented, May 6, 2018

Then it is probably the z-index issue. If you are fine with using the non-animated version then well in good. Otherwise, if you can provide the plunker, I can look at it and see what might be causing the issue. You might have to rearrange some elements or CSS to make it work. Driver handles it in most of the cases but stacking contexts it is a tricky thing so there are edge cases that are not handled.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix File Explorer does not highlight selected files or folders
Fix File Explorer does not highlight selected files or folders · Method 1: Restart Windows File Explorer from the Task Manager · Method...
Read more >
File Explorer does not Highlight Files or Folders in Windows 10
File Explorer does not Highlight Files or Folders in Windows 10 ... select items in a folder and see if they're highlighted.
Read more >
In File Explorer, can no longer see selected files (not hilighted)
1.Press Ctrl + Shift + Esc to open Task Manager. 2.Now find Windows Explorer in the processes list. 3.Right-click on Windows Explorer and...
Read more >
Highlight, underline, and strike out text in a PDF using Preview ...
In Preview on your Mac, highlight, underline, and strike out text in a PDF file. ... Control-click the text, then choose Remove item...
Read more >
Visual won't highlight selected items
The filter on the right is highlighting my clicked item. ... You may go to Model view, create relationships between the fields of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found