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

Easier read of log when there are multiple iframes #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

danbars
Copy link

@danbars danbars commented May 28, 2018

When there are multiple iframes it is sometimes hard to read the log, especially if they don't have title.
Added id to each frame so you can later reference to it from the log.
Use hash method so the id is consistent across refresh of the page

danbars and others added 2 commits May 28, 2018 18:29
When there are multiple iframes it is sometimes hard to read the log, especially if they don't have title.
Added id to each frame so you can later reference to it from the log.
Use hash method so the id is consistent across refresh of the page
@bdo
Copy link
Owner

bdo commented Dec 22, 2018

Thank @danbars !! 🎖
Sorry I did not see your PR until now.
I just rebased it now but still need to test it before release (probably after the holidays).

@bdo
Copy link
Owner

bdo commented Dec 22, 2018

Looking at it a little bit more, I'm not sure it is really necessary to create a hash. Wouldn't simply displaying the document.href be enough when the title is empty?

@danbars
Copy link
Author

danbars commented Dec 23, 2018

You could, but I think it might be a fairly long prefix for a log line. Your call.

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

Successfully merging this pull request may close these issues.

2 participants