enso-ui / tables

Tables
MIT License
11 stars 10 forks source link

Bug tooltip #18

Closed heyner29 closed 4 years ago

heyner29 commented 4 years ago

This is a bug.

Prerequisites

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.

aocneanu commented 4 years ago

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