jean79 / yested

A Kotlin framework for building web applications in Javascript.
MIT License
84 stars 16 forks source link

Smart Grid filter text field inaccessible via mouse #107

Open cy6erGn0m opened 9 years ago

cy6erGn0m commented 9 years ago
  1. Open Smart Grid example
  2. Click filter icon at any column -> a text field appear
  3. Click to text field -> focus not getting to the text field
  4. Use to get focus at the text field
  5. Type something to the text field
  6. Try to select text in the text field -> you can't
jean79 commented 9 years ago

Hi, Which browser&version are you using please? And on which OS? Thanks, Jan

cy6erGn0m commented 9 years ago

Firefox 37.0.2 on Linux

cy6erGn0m commented 9 years ago

Tried to play with z-index and other things - no luck. If I move div with the text field out of the table then it works perfect. Also note that TH tag can't contain div according to the specification

jean79 commented 9 years ago

somehow it works on chrome and IE. will need to investigate, don't have access to firefox right now. do you see a text cursor when moving mouse over this input?

cy6erGn0m commented 9 years ago

Yes, it appear as text edit cursor but no ability to start editing by clicking