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

problems if table div is first thing on page #490

Closed
htmbc opened this issue Mar 12, 2013 · 9 comments
Closed

problems if table div is first thing on page #490

htmbc opened this issue Mar 12, 2013 · 9 comments
Labels

Comments

@htmbc
Copy link

htmbc commented Mar 12, 2013

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>.

@bruceh48
Copy link

I found the same sort of thing..

See this jsFiddle.

http://jsfiddle.net/XkGsB/

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..

@airyt
Copy link

airyt commented Mar 13, 2013

this is an exact duplicate of this issue:
#488

notice the 100px x 100px div and contained textarea of your jsfiddle:

hot_2

@warpech
Copy link
Member

warpech commented Mar 13, 2013

Confirmed, I was able to reproduce it. This will be fixed in 0.8.14

@warpech
Copy link
Member

warpech commented Mar 14, 2013

This should be now fixed in 0.8.14

@warpech warpech closed this as completed Mar 14, 2013
@brucelandgate
Copy link

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?

@brucelandgate
Copy link

Sorry, I jumped the gun a bit there :( All seems to work OK now.. Thanks for that!

@warpech warpech reopened this Mar 14, 2013
@warpech
Copy link
Member

warpech commented Mar 14, 2013

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

@setthase
Copy link

It's seems to be jsFiddle bug ;) Add target="_blank" to the a tag and everything is working fine. I think that jsFiddle prevent from oppening remote address in fiddle..

@warpech
Copy link
Member

warpech commented Mar 14, 2013

You are right :) This Fiddle also has this problem: http://jsfiddle.net/Xz7qd/1/

So, closing issue as fixed!

@warpech warpech closed this as completed Mar 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants