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.

Let’s look at the following snippet:

<button title="My title">
  <settings-icon />
</button>

What happens once the user hovers over the button is that the default icon overrides the button title. The current workarounds are

<button title="Open settings">
  <settings-icon title="Open settings" /> <!-- oof, very repetetive, or -->
  <settings-icon :title="false" /> <--! oof, very strange -->
</button>

…both aren’t that great. Two alternative ways would be:

  • a global way to disable titles
  • title inheritance by traversing through the DOM parents

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
gambolputtycommented, May 2, 2020

I fixed this myself by setting pointer-events: none inside the CSS class .material-design-icon (I’m using custom CSS)

1reaction
robcresswellcommented, Dec 7, 2021

I’m going to close this; I’ve changed how titles work as of 5.0.0 and there hasn’t been much activity

Read more comments on GitHub >

github_iconTop Results From Across the Web

3 Common Title Conflicts and How They Can Be Resolved
3 Common Title Conflicts and How They Can Be Resolved · 1. Unknown liens · 2. Illegal action · 3. Easements and boundary...
Read more >
Conflicts in Title Insurance — What Is the Best Approach?
A conflict commonly develops when an attorney acts as title insurance agent. A purchaser or lender client expresses an interest in obtaining the...
Read more >
Week 10 TITLE CONFLICTS IN SALE TRANSACTIONS ...
Conflicts will tend to arise in circumstances where the ownership and the possession of goods are separated: the possessor of the goods purports...
Read more >
Titles, Conflict, and Land Use
Titles, Conflict, and Land Use examines the institutional development involved in the process of land use and ownership in the Amazon and shows...
Read more >
326 Conflict Essay Topics & Research Titles at StudyCorgi
Looking for the best conflict topic for your essay or research? StudyCorgi has plenty of fresh and unique titles available for free.
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