Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Output pane not scrollable #104

Open
starapple2 opened this issue Jan 5, 2019 · 2 comments
Open

Output pane not scrollable #104

starapple2 opened this issue Jan 5, 2019 · 2 comments

Comments

@starapple2
Copy link

I don't know if it's a browser issue but the json output pane doesn't allow selecting all the output if there's overflow after I paste html input. I'm using Firefox on a Ubuntu desktop and this happens both locally and on the Himalaya demo site online.

The input is a form with three fields and a submit button.

I set the div to overflow: scroll and auto with no success.

@andrejewski
Copy link
Owner

Is the issue that it is not scrollable or that there isn't a way to copy the full output?

The demo site is generally for playing with small HTML snippets, not converting full webpages. I recommend writing a script to automate whatever you're doing as it will save you a lot of time.

Otherwise, one thing you can do is debug the webpage's script and set a breakpoint and then at the console run copy(JSON.stringify(code, null, 2)) which will copy the output to your clipboard.

I won't prioritize fixing the demo site, so I'll keep this issue open as a reminder and also for others that may be having trouble. Thanks for the issue!

@Noobiest9
Copy link

Just found this lib, way cool! Thank you!

I think the 'div.pane pane-output' just needs a max-height css setting of around 83vh. Gets my whole output visible with scroll.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants