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

Remove iframe scroll (deprecated) #1311

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

njmulsqb
Copy link
Contributor

scroll attribute is deprecated on iframe; it is replaced with overflow: hidden; CSS property.
Reference: https://support.moonpoint.com/network/web/html/css/iframe-obsolete-elements.php

Signed-off-by: Najam Ul Saqib <najamulsaqib@tutamail.com>
@njmulsqb
Copy link
Contributor Author

Hi,

Kindly take out time to test and merge this small improvement to HUD :)

@psiinon
Copy link
Member

psiinon commented Oct 17, 2023

On my list!

Copy link
Member

@psiinon psiinon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good - I cant tell any change in the UI 😁

@thc202
Copy link
Member

thc202 commented Oct 20, 2023

This makes the bottom panel to have a scrollbar in macOS, while with attribute it didn't have it. (I don't mind much either way, since with the default settings it will not be shown unless scrolling in the frame.)

@njmulsqb
Copy link
Contributor Author

(I don't mind much either way, since with the default settings it will not be shown unless scrolling in the frame.)

So should we merge this as is?

@thc202 thc202 changed the title Remove iframe scroll (deprecated) [WIP] Remove iframe scroll (deprecated) Oct 30, 2023
@thc202
Copy link
Member

thc202 commented Oct 30, 2023

Thank you!

So should we merge this as is?

That's fine by me but this will be checked further.

@psiinon
Copy link
Member

psiinon commented Oct 30, 2023

I dont get the scrollbar on my mac - maybe its screensize dependant?
In any case, I'm good to merge 😁

@psiinon psiinon changed the title [WIP] Remove iframe scroll (deprecated) Remove iframe scroll (deprecated) Oct 30, 2023
@psiinon psiinon merged commit c0560c2 into zaproxy:main Oct 30, 2023
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants