Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

q-table, safari, ios #3079

Closed
Lin84 opened this issue Jan 24, 2019 · 3 comments
Closed

q-table, safari, ios #3079

Lin84 opened this issue Jan 24, 2019 · 3 comments
Milestone

Comments

@Lin84
Copy link

Lin84 commented Jan 24, 2019

Problem with "q-table" component in safari or ios.
if you scroll to the end for right of table, the border will disappear.
in case for checkable table, user will not even see what row is selected

https://quasar-framework.org/components/datatable.html

Video demo (open link to q-table component above in safari):
https://monosnap.com/file/x7YwMqTq1dwChK5TKMjY3ixoswBHHb

image

@Lin84
Copy link
Author

Lin84 commented Jan 26, 2019

After some investigation.
FYI creator of Quasar:
the problem I described above is caused by "td" has style 'position: relative'

as hot fix for problem:
set 'position:static' for "td" inside "q-table"

Video to demo:
https://monosnap.com/file/GHZVDTRkplbnMvnyywswfW9ZGLfzyV

Big thx to Creators of Quasar :) for creating this nice framework, Keep it up :)

@Lin84 Lin84 closed this as completed Jan 26, 2019
@Lin84 Lin84 reopened this Jan 26, 2019
@Lin84
Copy link
Author

Lin84 commented Jan 26, 2019

I am not sure about your process further with this discovery, I will keep this issue opened for now. @rstoenescu please close this after proper solution,

@rstoenescu
Copy link
Member

Hi,

Thanks for reporting and also investigating. Fixed it for v1 with the commit above. If you need this fast for 0.17, would you be so kind to port this fix to "v0.17" branch?

Many thanks,
Razvan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants