Make WordPress Core

Changes between Initial Version and Version 5 of Ticket #47755


Ignore:
Timestamp:
06/17/2022 05:02:58 PM (2 years ago)
Author:
sabernhardt
Comment:

Thanks for the report!

Child pages/categories (#47565):

  • Permalinks within the admin (including Classic Editor) use ‎. We might want to add another entity for each parent page or category.

Permalink Settings screen:

  • Fixing the custom structure field in RTL is part of the patch on #55498.
  • For the Category/Tag Base fields, subdirectory network installations can show a /blog prefix before the input field with the slash on the wrong side. I think I would rather fix that on this ticket instead of 55498.

Block editor:

  • RTL support is better since GB12729 and GB13551, though permalinks still reverse child page slugs with parents.
  • I'll add suggestions for the post-publish panel on your Gutenberg issue, GB16400.

Decoding:

  • The "Copy to clipboard" buttons in the admin and editor likely could decode their URLs.
  • When editing a comment, the permalink on that screen is encoded.

Related support topic

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47755

    • Property Focuses ui rtl added
    • Property Component changed from General to Permalinks
    • Property Summary changed from Permanlink in RTL version not correct to Permalink in RTL version not correct
  • Ticket #47755 – Description

    initial v5  
    1 I have notice many problem with permanlik in version RTL:
     1I have notice many problem with permalink in version RTL:
     2
    231- for example : https://www.byarabic.com/category/دروس/تعلم-السياقة/
    34تعلم-السياقة = child
    45دروس = parent
    56
    6 in LTR this is how it was : http://www.example.com/category/parent/child
    7 but in RTL it display like this : http://www.example.com/category/child/parent
    8 so the correct direction is http://www.example.com/category/parent/child
     7in LTR this is how it was : `http://www.example.com/category/parent/child`
     8but in RTL it display like this : `http://www.example.com/category/child/parent`
     9so the correct direction is `http://www.example.com/category/parent/child`
    910all url must be in LTR direction even if it in arabic letter.
    1011so the correct direction for my permalink must be like this :
    1112https://www.byarabic.com/category/تعلم-السياقة/دروس
    12 *** if you have an arabic support please let him to write the link manual and you will see the first word after "category" will write like this : category/دروس/
     13
     14*if you have an arabic support please let him to write the link manual and you will see the first word after "category" will write like this :
     15category/دروس/
    1316but the second word in arabic after category/دروس will write like this :
    14 category/دروس/تعلم-السياقة  this is a problem , because the second word in arabic must be the last word in url , like this category/تعلم-السياقة/دروس
     17category/دروس/تعلم-السياقة 
     18this is a problem , because the second word in arabic must be the last word in url , like this
     19category/تعلم-السياقة/دروس
    1520
    16 2- setting -> permanlik : the input field it appear behind text :
     212- setting -> permalink : the input field it appear behind text :
    1722https://prnt.sc/oi7t8x
    1823the correct way to show input field it like version LTR, like this :
    1924https://prnt.sc/oi7u63
    2025
    21 3- also the same problem in article :
    22 - first about the title of the post it show like this
     263- also the same problem in article ''(block editor)'' :
     27 first about the title of the post it show like this
    2328https://prnt.sc/oi7v2a
    24 but the correct way is like this : https://prnt.sc/oi7w42
    25 — other place show wrong direction of permalink, like this : https://prnt.sc/oi7wjy
     29but the correct way is like this :
     30https://prnt.sc/oi7w42
     31— other place show wrong direction of permalink, like this :
     32https://prnt.sc/oi7wjy
    2633
    27 4- about decode url: if I copy an arabic permalink from browser and I past it in other place like here it will dipslay some symbole like %%%%% :
    28 example of my permalink : https://www.byarabic.com/category/%d8%af%d8%b1%d9%88%d8%b3/%d8%aa%d8%b9%d9%84%d9%85-%d8%a7%d9%84%d8%b3%d9%8a%d8%a7%d9%82%d8%a9/
     344- about decode url: if I copy an arabic permalink from browser and I past it in other place like here it will display some symbols like `%%%%%` :
     35example of my permalink : `https://www.byarabic.com/category/%d8%af%d8%b1%d9%88%d8%b3/%d8%aa%d8%b9%d9%84%d9%85-%d8%a7%d9%84%d8%b3%d9%8a%d8%a7%d9%82%d8%a9/`
    2936
    3037so I have to decode link to fix the problem and then I can send it to my friend