Make WordPress Core

Opened 6 years ago

Closed 13 days ago

#50129 closed defect (bug) (fixed)

Link edit modal displayed over Featured image modal

Reported by: sumitsingh's profile sumitsingh Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 5.4.1
Component: Editor Keywords:
Focuses: ui, accessibility, css Cc:

Description

Hi,

When i was adding new post in admin side then media popup on showing editor link box.

More information see mention screenshot.

Thanks

Attachments (2)

4c355bd6-f6c7-455e-84f4-71dfe3b83d72.png (143.1 KB) - added by sumitsingh 6 years ago.
Error screenshot file 1
a8d93235-c316-4ffe-a598-b6f0bcd0ee76.png (323.7 KB) - added by sumitsingh 6 years ago.
Error screenshot file

Download all attachments as: .zip

Change History (11)

@sumitsingh
6 years ago

Error screenshot file 1

@sumitsingh
6 years ago

Error screenshot file

#1 @sumitsingh
6 years ago

  • Version set to 5.4.1

#2 @mukesh27
6 years ago

  • Component changed from Posts, Post Types to Editor

#3 @SergeyBiryukov
6 years ago

  • Focuses ui css added
  • Summary changed from Desing issue in WordPress 5.4.1 running to Link edit modal displayed over Featured image modal

#4 @mukesh27
6 years ago

Hi there!

https://github.com/WordPress/WordPress/blob/master/wp-includes/css/dist/components/style.css manage though GB so below CSS help to fix the issue.

.components-popover:not(.is-without-arrow)[data-y-axis="bottom"] {
   z-index: 5;
}

#5 @sumitsingh
6 years ago

Hi,

Many design issue & other issue informed here by me.but never i got the batch in my profile. Some one tell me how can get the batch?

Thanks

#6 @sumitsingh
13 days ago

  • Focuses accessibility added

#7 @sumitsingh
13 days ago

I think this issue is fixed now. So what do we need to do here next?

This ticket was mentioned in Slack in #accessibility by joedolson. View the logs.


13 days ago

#9 @joedolson
13 days ago

  • Resolution set to fixed
  • Status changed from new to closed

This was also reported in https://github.com/WordPress/gutenberg/issues/29158, but resolved at some unknown time.

It seems like it was probably fixed incidentally, as part of some other refactor or unrelated change. It doesn't appear to still be an issue, and even if it was, it would need to be reported in the Gutenberg repository, so I'm going to go ahead and close this ticket.

Thanks for following up, @sumitsingh! And the badge you'd get for this is Core Contributor, which you already have, so I don't think there's any need for follow up there.

Note: See TracTickets for help on using tickets.