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

Can't add any new table on page #246

Open
tehSLy opened this issue Feb 20, 2017 · 12 comments
Open

Can't add any new table on page #246

tehSLy opened this issue Feb 20, 2017 · 12 comments

Comments

@tehSLy
Copy link

tehSLy commented Feb 20, 2017

Unfortunately, can't add any table on scheme in Chrome 56.0.2924.87 (64-bit), although, all other interactions are possible (editing, loading, etc.). Nothing like errors or something appeared, neither in console, nor as a pop-up. Doesn't seem to be happening in FireFox though.
Any ideas? Thanks!

@ondras
Copy link
Owner

ondras commented Feb 20, 2017

@tehSLy,

what URL? Your own installation, or http://ondras.zarovi.cz/sql/demo/?keyword=default ? I just tried with Chrome 58 and adding new table worked flawlessly.

Also, what about some extension causing this behavior?

@tehSLy
Copy link
Author

tehSLy commented Feb 21, 2017

@ondras
Thanks for respond! it's the link, you've pointed. It's weird, but it was working just fine sometime ago, but atm, it's not. No additional extensions were added during this time, they were the same all the time. Also, bug has been appearing from time to time, but now, it's just stucked with it. Not a big deal use editor on FF, though, i'd wanted to understand what is causing problem, or help to fix, if there is a real bug.

@roessland
Copy link

I have the same issue on the same version of Chrome (Version 56.0.2924.87).
Strangely enough, it works when using a mouse, but not when using a touchpad.

Only extensions: Toggl Button and uBlock Origin.

@mig2000
Copy link

mig2000 commented Mar 2, 2017

How can I use this software from Github? using the link above, I only get to the demo site. I know I can download this to my server but was wondering...

@ondras
Copy link
Owner

ondras commented Mar 3, 2017

@mig2000 I am not sure what exactly is your goal. This is a web app, so to use it, you need a web server and a web browser.

You can host it on your own web server (downloading the software to it) or use a web server provided by someone else. This is why the demo site at http://ondras.zarovi.cz/sql/demo/?keyword=default exists; to have a hosted version for people that do not have/want their own webserver.

Not sure how GitHub, the source code repository, fits into the scheme :-)

@TylerJBrown192
Copy link

I am also experiencing this issue when I use the tool at http://ondras.zarovi.cz/sql/demo/?keyword=default . The issue doesn't show any console errors when presented, and emptying the cache and cookies does not solve the issue. Chrome Version 57.0.2987.133 (64-bit)

@ondras
Copy link
Owner

ondras commented Apr 18, 2017

Hi @TylerJBrown192,

to sum things up: the exacts steps to reproduce are:

  1. open http://ondras.zarovi.cz/sql/demo/?keyword=default in Chrome
  2. click "Add table" in the toolbar
  3. click the main area
  4. nothing happens

Correct? Can you try this without any browser extensions installed/active?

@TylerJBrown192
Copy link

@ondras Thanks for the response. Yes, these were the reproduction steps I followed 2 days ago. I'm not able to reproduce this error on a separate computer unfortunately.

Additional information I can give on this issue: I was up to about 10 tables, each with 3+ fields. I had also enabled the 'Show field size in table design' and 'Show field datatype in table design' options ~20 minutes beforehand.

@ondras
Copy link
Owner

ondras commented Apr 24, 2017

I still think that the behavior described might have been caused by browser extensions. These often modify how pages/browser works in an unpredictable way. Also, no errors in JS console and inability to reproduce are typical signs of an extension-caused issue.

@ianshepherd
Copy link

Well, this is weird... I was just about to add that I was having a very similar issue, both on the hosted demo and on my own web server, except the mouse/trackpad behaviour is different. The only way I can add a table with the trackpad is to double-click; if I use a mouse, I can't add a table by single-clicking or double-clicking, yet I can add one by clicking my scroll wheel, which is programmed to issue a double-click!

However, in between commenting on #252 and coming here to type this, suddenly a single click is working everywhere! I didn't change or restart anything - I can't fathom this seemingly random behaviour!

@bfritscher
Copy link
Contributor

Experienced the same issue today, first it worked and suddenly only using the touchscreen allowed to add a table. I suppose there is some mixup between mouseevent and touchevents. Did not have time to debug it

@jonstrutz11
Copy link

Had the same issue, was working fine and then randomly I could no longer add tables. However, if I click my laptop 'click' button repeatedly really fast for like 5 seconds, then I can add a new table... weird.

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

8 participants