enso-ui/tables

Bug tooltip

heyner29 opened this issue · 1 comments

This is a bug.

Prerequisites

  • Are you running the latest version?
  • Are you reporting to the correct repository?
    (enso is made of many specialized packages: https://github.com/laravel-enso)
  • Did you check the documentation?
  • Did you perform a cursory search?

Description

When the table has only one or two rows, the button tooltip behaves strangely and does not allow clicking on the button. When the number of rows is greater, it works normally.

My solution at the moment is to give it a left or right position and it works, but I'm not sure if that is the best solution so don't pull request

Steps to Reproduce

  1. In some existing table add the tooltip property to the button template
  2. Make sure there are only one or two rows in the table (either filtering or only having that many records)
  3. Mouse over button and try to click

**I hope I have been clear enough, otherwise I will be attentive to any comments. Once again in advance a thousand thanks for such excellent work.

I guess always left makes sense. I will do the change myself because I'm working at the package already.