Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Comments on An HTML form in Hebrew is Right to Left in general but a select list inside it is Left to Right

Post

An HTML form in Hebrew is Right to Left in general but a select list inside it is Left to Right

+1
−3

My HTML form got dir="rtl" attribute and value and in desktop computer systems it appears Right to Left (RTL) but in my mobile device (OnePLus 6) with Android and DuckDuckGo browser, the form's HTML select list is not flipped Right to Left so the Hebrew is Left to Right, oddly.

Relevant parts of the much larger code:

<form dir="rtl" lang="he" id="contact_form" class="prcf_general_structure" action="prcf-main/backend/contact_form.php" method="POST">
				<div id="prcf_form_child">
					<div class="prcf_context">
						<div><label for="prcf_input_topic" id="prcf_label_topic">פנייה בנושא</label></div>
						<select name="topic" id="prcf_input_topic" class="prcf_generally_any_field">

An image in which the odd Left to Right Hebrew is shown ; the select list has five options --- and they are all "juxtaposed" to the left of the select list modal in mobile devices instead to the right of the modal

The text should be in the right and circles should be in the left.

Why is this problem occurring and how would you suggest solve it?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

2 comment threads

Rejection of my edit. (5 comments)
General comments (6 comments)
Rejection of my edit.
Kevin M. Mansour‭ wrote over 2 years ago · edited over 2 years ago

I see that you have rejected my edit. and you have edited your post with the same edit. Can you clarify Why?

deleted user wrote over 2 years ago

Read the edit summary.

Kevin M. Mansour‭ wrote over 2 years ago

I didn't understand anything from edit summary.

deleted user wrote over 2 years ago

deleted user and, i can't see any edit summary. You didn’t write any info.

Kevin M. Mansour‭ wrote over 2 years ago

deleted user No, he have written a summary. Look closely at edit summary and here is a screenshot for reference.