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

Table area selection shows up as white instead of transparent on Windows #5

Open
vinayak-mehta opened this issue Oct 22, 2018 · 7 comments · May be fixed by #143
Open

Table area selection shows up as white instead of transparent on Windows #5

vinayak-mehta opened this issue Oct 22, 2018 · 7 comments · May be fixed by #143
Labels
bug Something isn't working

Comments

@vinayak-mehta
Copy link
Member

image

@vinayak-mehta vinayak-mehta changed the title Table area selection shows up as white instead of transparent Table area selection shows up as white instead of transparent on Windows Oct 22, 2018
@willardgtan
Copy link

Same Issue

image

@vinayak-mehta
Copy link
Member Author

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

@vinayak-mehta vinayak-mehta added the bug Something isn't working label Nov 7, 2018
@willardgtan
Copy link

willardgtan commented Nov 7, 2018

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:
<div class="select-areas-background-area" style="background: url(&quot;/static/uploads󜶕39-10ec-474a-94b8-ca219434b002page-1.png&quot;) -53px -329px / 731px no-repeat rgb(255, 255, 255); position: absolute; cursor: move; width: 348.5px; height: 584px; left: 53px; top: 329px; z-index: 102;"></div>

@ntota
Copy link

ntota commented Jan 10, 2019

Hi, I am also facing similar issue,
It will be helpful if it shows selected area instead of white space.

@Mukamik
Copy link

Mukamik commented Jan 26, 2019

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.

image

All tables that are extracted are blank like in the image above.
Would this be related to the white-box issue? Could excalibur be trying to read data from the white tables?

@Mukamik
Copy link

Mukamik commented Feb 2, 2019

I'm also facing this issue.

In case this helps anyone else:

When I extracted the data and saw the blank tables I assumed the extraction had failed.
But when I ignored the blank tables and downloaded the JSON anyways, the data was fine.

So if tables are being shown as blank after extraction, try downloading the data anyways

@cryptokiller23
Copy link

I have the same issue. Has there been any progress made on this bug?

@Marc-9 Marc-9 linked a pull request Jun 23, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants