편집 이력 수정 화살표가 RTL 언어에서 정확하지 않음

보시다시피, 오른쪽 화살표의 호버 텍스트는 "First revision"이라고 표시되어 있지만, 화살표는 다음 쪽을 가리키고 있습니다. RTL(오른쪽에서 왼쪽으로 읽는) 언어 사용자의 경우, 화살표가 서로 마주 보고 있는 형태가 됩니다.

아래와 같이 수정되어야 합니다.

3개의 좋아요

Interesting problem, we have a process that “reverses CSS” but it seems some very specific areas need an override here.

putting pr-welcome on this and alerting the proper product team.

For “pointy” icons, we need to flip them so they point in the correct direction for RTL languages. We do this via CSS by targeting pointy icons and rotating them 180 degrees:

We just need to add these forward/backward icons to the list above.

1개의 좋아요

But will that not mean that clicking on “take me to last revision” will take you to the first revision?

No the buttons stay in their place, it’s just the icons inside the buttons are rotated 180 degrees. This is what it looks like with transform: rotate(180deg):

The “take me to first revision” button points to the start of the document and “take me to last revision” points toward the end of the document.

2개의 좋아요

it looks like the “العودة إلى المراجعة” icon needs to be flipped horizontally too :sweat_smile:.

RTL 아이콘의 최신 업데이트 덕분에 이 문제가 수정된 것으로 볼 수 있습니다.

2개의 좋아요

이 주제는 마지막 답변 후 30일이 지나면 자동으로 닫힙니다. 더 이상 새 답변을 작성할 수 없습니다.