PygmySlowLoris / vue-fab

Vue Floating Action Button
MIT License
273 stars 51 forks source link

tooltips not showing on initial load with start-opened and fixed-tooltip both set to true #30

Closed legreco closed 5 years ago

legreco commented 5 years ago

My code:

  <fab
                main-tooltip="Actions"
...
                :start-opened="true"
                :position="position"    
                :actions="fabActions"
                fixed-tooltip=true
...

        ></fab>

Expected behavior:

  1. On first load the fab is opened
  2. And it shows the tooltip beside the actions

Current behavior

  1. On first load the fab is opened
  2. the tooltip is not showing up beside the actions

Note I have to close the fab and reopen it to have the tooltip showing up beside the actions.

Sorry for my bad english. And thanks for the help!

Edujugon commented 5 years ago

Hi @legreco ,

I'll release a new package version covering this functionality probably tomorrow.

I'll drop you a message here once it's done :)

Edujugon commented 5 years ago

Hey @legreco ,

We've just released a new package version (2.3.1) which should fix this issue.

Hope that helps :)

Edujugon commented 5 years ago

Hey @legreco , I'm closing this issue since it should be fixed with the latest release.

Feel free to reopent it if needed.