Make WordPress Core

Opened 9 years ago

Closed 9 years ago

#32829 closed defect (bug) (fixed)

Link Modal in other languages

Reported by: daniluk4000's profile daniluk4000 Owned by: azaozz's profile azaozz
Milestone: 4.3 Priority: normal
Severity: normal Version: 4.2
Component: Editor Keywords: needs-patch
Focuses: ui Cc:

Description

Bug in Link Modal in some other languages: Link Text have bad wrap... attached screenshots

Attachments (3)

nobug.png (17.2 KB) - added by daniluk4000 9 years ago.
bug1.png (19.6 KB) - added by daniluk4000 9 years ago.
bug2.png (19.9 KB) - added by daniluk4000 9 years ago.

Download all attachments as: .zip

Change History (7)

@daniluk4000
9 years ago

@daniluk4000
9 years ago

@daniluk4000
9 years ago

#1 @daniluk4000
9 years ago

  • Component changed from General to TinyMCE
  • Keywords has-patch added

For fix

#wp-link #link-options label span, #wp-link #search-panel label span.search-label {
    width: 24%;
}
Last edited 9 years ago by daniluk4000 (previous) (diff)

#2 @jeremyfelt
9 years ago

  • Component changed from TinyMCE to Editor
  • Focuses ui added
  • Keywords needs-patch added; has-patch removed
  • Version changed from trunk to 4.2

It looks like this is due to the change in English text from "Link" to "Link Text" in [31714] and [31715].

#3 @azaozz
9 years ago

  • Milestone changed from Awaiting Review to 4.3

Looks like it is missing vertical-align: middle;.

#4 @azaozz
9 years ago

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

In 33300:

wpLink: fix vertical alignment of the fields labels.
Part props daniluk4000. Fixes #32829.

Note: See TracTickets for help on using tickets.