Skip to content

Fix for "Filter dags by tag" flickering on initial load of dags.html#31578

Merged
bbovenzi merged 2 commits into
apache:mainfrom
Adaverse:grid-bug
Jun 2, 2023
Merged

Fix for "Filter dags by tag" flickering on initial load of dags.html#31578
bbovenzi merged 2 commits into
apache:mainfrom
Adaverse:grid-bug

Conversation

@Adaverse

Copy link
Copy Markdown
Contributor

Isuue -

Flicker.issue.mp4

The below the flicker snapshot -
image

Its probably because HTML loads faster than JS.

Fix -
Added display: none; to the div causing the issue. Hence it will be hidden unless JS loads, and after it, it becomes visible without any flicker.

Flicker.fix.mp4

^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

@boring-cyborg boring-cyborg Bot added area:UI Related to UI/UX. For Frontend Developers. area:webserver Webserver related Issues labels May 27, 2023
@bbovenzi

Copy link
Copy Markdown
Contributor

Actually, I think I messed up the nav bar flex box css.

Screenshot 2023-05-30 at 9 14 58 AM

@Adaverse

Copy link
Copy Markdown
Contributor Author

Actually, I think I messed up the nav bar flex box css.

Screenshot 2023-05-30 at 9 14 58 AM

The rest should center as the filter height increases right?

@Adaverse

Copy link
Copy Markdown
Contributor Author

Is it fine @bbovenzi ?

screenshot

@bbovenzi

Copy link
Copy Markdown
Contributor

Is it fine @bbovenzi ?

screenshot

Much better!

@Adaverse

Adaverse commented Jun 2, 2023

Copy link
Copy Markdown
Contributor Author

Is it fine @bbovenzi ?
screenshot

Much better!

Can we merge this @bbovenzi?

@bbovenzi bbovenzi added this to the Airflow 2.6.2 milestone Jun 2, 2023
@bbovenzi
bbovenzi merged commit c70834c into apache:main Jun 2, 2023
@Adaverse
Adaverse deleted the grid-bug branch June 2, 2023 18:12
@eladkal eladkal added the type:bug-fix Changelog: Bug Fixes label Jun 8, 2023
@eladkal eladkal modified the milestones: Airflow 2.6.2, Airflow 2.7.0 Jun 8, 2023
@eladkal

eladkal commented Jun 8, 2023

Copy link
Copy Markdown
Contributor

moving to 2.7.0 this depends on PRs that are part of 2.7.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:UI Related to UI/UX. For Frontend Developers. area:webserver Webserver related Issues type:bug-fix Changelog: Bug Fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants