-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
problems if table div is first thing on page #490
Comments
I found the same sort of thing.. See this jsFiddle. Try accessing the link directly above the table, it should take you to Google, but you can't even click on it.. Is there some sort of css styling we must apply to the table to get it to work properly.. |
this is an exact duplicate of this issue: notice the 100px x 100px div and contained textarea of your jsfiddle: |
Confirmed, I was able to reproduce it. This will be fixed in 0.8.14 |
This should be now fixed in 0.8.14 |
Thanks for bringing out 0.8.14 so fast, it much appreciated.. but I hate to be a bearer of bad news.. But unfortunately I still can't get it to work.. If you use the jsFiddle shown above (http://jsfiddle.net/XkGsB/) as a test case, I still can't access the link (which should take you to google.com) above the table, plus I am unable to select the first column of the table. Can you replicate the "problem" i am having? |
Sorry, I jumped the gun a bit there :( All seems to work OK now.. Thanks for that! |
Indeed, it seems that the cell selection works OK, but the Google link does not work. I have reopened the issue to take a deeper look into that |
It's seems to be jsFiddle bug ;) Add |
You are right :) This Fiddle also has this problem: http://jsfiddle.net/Xz7qd/1/ So, closing issue as fixed! |
hi, really small issue..
i copied a demo page
and found problems (did not function or look correct) if table div is first thing on page
eg. <body><div>.
The problems are resolved by placing (a minimum of) 4 elements in between.
eg. <body><br/><br/><br/><br/><div>.
The text was updated successfully, but these errors were encountered: