Giter Site home page Giter Site logo

apex-plugin-apexscreencapture's People

Contributors

dani3lsun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

apex-plugin-apexscreencapture's Issues

Different output from Safari and Firefox

Hello!
I found some problems when rendering an APEX-Calender.

Expected behavior

I'm trying to export an APEX-Calendar into PNG and getting different / wrong results from Firefox and Safari.

Actual behavior

Difference.pdf
Safari: some background-color is a bit short (see the green background at saturday / sunday)
Firefox: background-color is applied to whole cell and for one more line then it should be.

HTML-Source:
Montageplan Kalender Druckansicht (Test).html.txt

APEX version ( 5.0.0)

Tomcat 7, ORDS on Win 7

Firefox 47.0.1 and Safari 9.1.2 both on OS X 11.6

kind regards
Chris

screenshot with horizontal scroll

*Question *
I downloaded your screenshot plugin and i want to take the screenshot of a page with horizontal scrolls in it. The plugin works fine with vertical scrolls but it doesn't take the screen shot of the part which is not visible in the horizontal scroll.

Can you please provide a solution for it?
Thanks in advance.

save signature in DB

Expected behavior

save the signature in DB

Actual behavior

1- what i should to write in "Save Button JQuery Selector" are button name or in button action select defined by dynamic action or what ?
2- i would to make change in attribute plsql to add my table are replace the following part

IF NOT
apex_collection.collection_exists(p_collection_name => l_collection_name) THEN
apex_collection.create_collection(l_collection_name);
END IF;
-- add collection member (only if BLOB not null)
IF dbms_lob.getlength(lob_loc => l_blob) IS NOT NULL THEN
apex_collection.add_member(p_collection_name => l_collection_name,
p_c001 => l_filename, -- filename
p_c002 => l_mime_type, -- mime_type
p_d001 => SYSDATE, -- date created
p_blob001 => l_blob); -- BLOB img content
END IF;

with my table
INSERT INTO CC.IBS_EMP_SIGNATURE (
IBS_NO, EMP_SIGNATURE, BOSTA_ID)
VALUES ( 44433/* IBS_NO /,
l_blob/
EMP_SIGNATURE /,
4455 /
BOSTA_ID */ );
commit;

Steps to reproduce the issue

APEX version (4.2.6 / 5.0.3)

Used web server / version and platform (ORDS 3.0.3 / Tomcat 7 / Apache 2.4 / Linux x64)

Used web browser / version and platform (Chrome 48 Mac / Firefox 44 Windows)

Screen Capture is having issue exporting PieChart and Status Meter guage in Google Chrome

Expected behavior

I am using Apex Screen Capture plugin to export the Apex page with 6 regions in a new tab. The expected behavior is to get all the charts in new tab, rendered appropriately

Actual behavior

The Pie Chart and Status Meter Guage chart is not getting rendered.

Steps to reproduce the issue

Prepare a Pie Chart and use Capture Screen to new tab.
expected_output

APEX version (4.2.6 / 5.0.3)

21.1.7

Used web server / version and platform (ORDS 3.0.3 / Tomcat 7 / Apache 2.4 / Linux x64)

Tomcat 7

Used web browser / version and platform (Chrome 48 Mac / Firefox 44 Windows)

Google Chrome 107.0.5304.110 (Official Build) (64-bit)
actual_output
expected_output

i need to convert the saved blob from png to jpg or gif

Expected behavior

.png only

Actual behavior

Steps to reproduce the issue

APEX version (4.2.6 / 5.0.3)

5.0.3

Used web server / version and platform (ORDS 3.0.3 / Tomcat 7 / Apache 2.4 / Linux x64)

Used web browser / version and platform (Chrome 48 Mac / Firefox 44 Windows)

Is there any possible to capture partial area by user choose

Dear Daniel,

This plugin is very very useful. I am seeking a method to help user to easily submit SR in APEX application.

I want to know if it is possible to capture partial area by user choose, e.g. user uses mouse to select a region then the plugin automatically capture this partial area of page?

Any idea is also appreciate!!

Thank you for sharing and have a nice day.

Best Regards,
Kenny Wang

Screen capture is not working on Gauge Jet chart

Expected behavior

See screenshot with Gauge

Actual behavior

Blank screen

Steps to reproduce the issue

Create a Gauge chart on the page - add plugin - try

APEX version (4.2.6 / 5.0.3)

5.1

Used web server / version and platform (ORDS 3.0.3 / Tomcat 7 / Apache 2.4 / Linux x64)

ORDS 3.10

Used web browser / version and platform (Chrome 48 Mac / Firefox 44 Windows)

Safari, Chrome latest version

Getting shadow while taking a screenshot

Hi Dani,
while taking the screenshot, i was getting shadow in it. Can you please suggest something here so that i can remove the shadow from the chart.I have attached the screenshot for your help.
Any suggestion is helpful.
I have tried different colors, black color in the legend is something which is very blurred and that is color i need in the y- axis as well.
Any suggestion here will be greatly appreciated.
Thanks.

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.