coreui-vue icon indicating copy to clipboard operation
coreui-vue copied to clipboard

v-c-tooltip and v-c-popover are not working reactively

Open sametsafak opened this issue 3 years ago • 3 comments

When I try to use v-c-tooltip with a variable that changes a while, tooltip component taking variable's first (old) value. Not the updated value i.e. with settimeout or computed.

Mac OS, Chrome, @coreui/vue-pro v4.3.0

<h4 v-c-tooltip="myComputedVariable">
  Hello
</h4>

sametsafak avatar Jun 15 '22 10:06 sametsafak

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions

github-actions[bot] avatar Aug 16 '22 14:08 github-actions[bot]

It's not stale, just no reaction from the maintainers, so please don't close.

gfoidl avatar Aug 16 '22 15:08 gfoidl

@gfoidl I gave up and started to use floating-vue for tooltips.

sametsafak avatar Aug 19 '22 12:08 sametsafak

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions

github-actions[bot] avatar Oct 18 '22 14:10 github-actions[bot]

It's not stale, just no reaction from the maintainers, so please don't close.

gfoidl avatar Oct 18 '22 14:10 gfoidl

I am using floating-vue instead.

sametsafak avatar Oct 18 '22 14:10 sametsafak

Yeah, you wrote that above.

My comment is just for the stupid bot, that want's to close issues even when there was no interaction from a maintainer (I'm not one). So that bot should be turned off, or a bit more activity from maintainers would be desired.

gfoidl avatar Oct 18 '22 15:10 gfoidl

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions

github-actions[bot] avatar Dec 19 '22 14:12 github-actions[bot]

Closing issues by the bot is not equal to resolving them. So leave it open.

gfoidl avatar Dec 19 '22 14:12 gfoidl

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions

github-actions[bot] avatar Feb 19 '23 14:02 github-actions[bot]

  <tr v-for="item in data" :key="qut.id">
          <td>
              <a v-c-tooltip="item.name"  :href="item.url">{{ item.url }}</a>
           </td>
   </tr>

when i will render v-c-tooltip, this is just working this tooltip first row. i want to show this tooltip all iteration row. so how can i solve this problem. please help me @everyone;

jugol-kumar avatar Feb 26 '23 09:02 jugol-kumar

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions

github-actions[bot] avatar Apr 27 '23 14:04 github-actions[bot]