svgedit icon indicating copy to clipboard operation
svgedit copied to clipboard

I would like to hide the tooltip when mouse hover on the layer

Open sivasaravanand opened this issue 1 year ago • 8 comments

I would like to hide the tooltip when mouse hover on the layer

image

sivasaravanand avatar Dec 26 '23 16:12 sivasaravanand

May i know where to change the code

sivasaravanand avatar Dec 27 '23 16:12 sivasaravanand

You can review your svg source, and remove title="balabala..."

cuixiping avatar Dec 28 '23 02:12 cuixiping

You can review your svg source, and remove title="balabala..."

Thanks for your response. I cant remove the title because i am setting here layername as unique. Please let me know where it from trigger there i can parse the title what i want

sivasaravanand avatar Jan 02 '24 06:01 sivasaravanand

You can review your svg source, and remove title="balabala..."

Thanks for your response. I cant remove the title because i am setting here layername as unique. Please let me know where it from trigger there i can parse the title what i want

Can you paste your svg demo code here? I didn't see any tool-tips with my svg file.

cuixiping avatar Jan 02 '24 10:01 cuixiping

You can review your svg source, and remove title="balabala..."

Thanks for your response. I cant remove the title because i am setting here layername as unique. Please let me know where it from trigger there i can parse the title what i want

Can you paste your svg demo code here? I didn't see any tool-tips with my svg file.

There are lot of files in the folder and i am not sure which one is invoking this tooltip

image

sivasaravanand avatar Jan 02 '24 13:01 sivasaravanand

You can review your svg source, and remove title="balabala..."

Thanks for your response. I cant remove the title because i am setting here layername as unique. Please let me know where it from trigger there i can parse the title what i want

Can you paste your svg demo code here? I didn't see any tool-tips with my svg file.

There are lot of files in the folder and i am not sure which one is invoking this tooltip

/packages/svgcanvas/core/layer.js

You can modify the code:

  1. Not create <title> element
  2. Set title info to attribute like data-title="...."

cuixiping avatar Jan 03 '24 05:01 cuixiping

You can review your svg source, and remove title="balabala..."

Thanks for your response. I cant remove the title because i am setting here layername as unique. Please let me know where it from trigger there i can parse the title what i want

Can you paste your svg demo code here? I didn't see any tool-tips with my svg file.

There are lot of files in the folder and i am not sure which one is invoking this tooltip

/packages/svgcanvas/core/layer.js

You can modify the code:

  1. Not create <title> element
  2. Set title info to attribute like data-title="...."

Is there any option to remove the tooltip from the layer.

sivasaravanand avatar Jan 04 '24 01:01 sivasaravanand

Is there any option to remove the tooltip from the layer.

not yet.

cuixiping avatar Jan 04 '24 01:01 cuixiping