You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this could be a break point issue with media types. Tables on iPad look like phone meaning table cells stack up as rows. This is behaviour desired for phones not iPad. You can use Chrome developer view set to iPad to reproduce this.
[Update] This is actually not only for tables. All stackable grids start stacking in iPad which they shouldn't.
Related to #567 it seems, the 768px also cover 767.99 pixels (which is set as breakpoint.)
Changing the breakpoint to 767.98px instead makes it work again...i'll prepare a PR making sure the #567 will still work
Especially recognized in table or grid elements a breakpoint wasn't correctly fetched by the browsers, because the floating max value covers a 0.99 of the "before pixel" (was implemented by fomantic#567)
While mathematically correct, it was not working on the browser to correctly recognize the next full pixel again. (768 pixel were still recognized as something below)
I found out that it was working again when we'll use 0.98 of the breakpoint pixel (instead of 0.99.
This way the dpi fix of fomantic#567 still works but also fixesfomantic#681 now.
While i was testing with different dpi settings and windows resizings, i never came across a value of xxxx.99, so xxxx.98 as a breakpoint should fix both issues now.
Closesfomantic#681
Bug Report
I believe this could be a break point issue with media types. Tables on iPad look like phone meaning table cells stack up as rows. This is behaviour desired for phones not iPad. You can use Chrome developer view set to iPad to reproduce this.
[Update] This is actually not only for tables. All stackable grids start stacking in iPad which they shouldn't.
Steps to reproduce
Expected result
Table cells should remain as cells
Actual result
Table cells stack up into rows as they would on iPhone
Version
2.7.4
The text was updated successfully, but these errors were encountered: