-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
Table area selection shows up as white instead of transparent on Windows #5
Comments
@n-sikka Any idea what could be causing this? A way to debug this would be to run the example from https://github.com/360Learning/jquery-select-areas on Windows. I can try that later. |
These are my working notes. There's a setting in jquery-select-areas that is opacity setting... overlayOpacity (0.5) : opacity of the overlay layer over the image That could be it --- edit: screwing around with the values is not leading to anything. Tried with Chrome and Firefox. Edit: On mouseover and inspect element within chorme, the element is stated as: |
Hi, I am also facing similar issue, |
I'm also facing this issue. Also, when I try extracting a tables on windows, all the tables are detected properly, selected with solid white boxes, and no data is extracted. All tables that are extracted are blank like in the image above. |
In case this helps anyone else: When I extracted the data and saw the blank tables I assumed the extraction had failed. So if tables are being shown as blank after extraction, try downloading the data anyways |
I have the same issue. Has there been any progress made on this bug? |
The text was updated successfully, but these errors were encountered: