Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8766201
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T16:29:33+00:00 2026-06-13T16:29:33+00:00

I am creating a html form that needs to work for users of older

  • 0

I am creating a html form that needs to work for users of older mobile devices.

The problem I have is when using an older Blackberry device, such as a 2 year old 9300, if you use the trackpad to move to the right of the text field, then the text scrolls off to the left and becomes hidden.

Is there any way to prevent this behaviour, or even to realign the text after the input has lost focus?

The problem is apparent even with a form as simple as this.

<form>
<input type="text" name="testit" />
</form>

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T16:29:34+00:00Added an answer on June 13, 2026 at 4:29 pm

    In case it helps anyone else, I have found a way to fix this – but if anyone can think of a better solution I’d love to hear it.

    I simply clear the textfield and then rewrite the value to the textfield when the mouse leaves the input.

    <script type="text/javascript">
    function updateTheText()
    {
      var boxVal = $('#testit').val();
      $('#testit').val('');
      $('#testit').val(boxVal);
    }
    </script>
    

    and then add an onmouseout to the input

    <form>
    <input type="text" id="testit" name="testit" onmouseout="updateTheText()" />
    </form>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am creating one form in html using table. Which have one Drop down
I am creating a survey form that needs to have each question and set
I'm using TinyMCE as the editor for creating an HTML form for people to
I am creating a select box for a form using this in _form.html.erb <%=
I have a scenario that, I am creating dynamic html content and I need
I have a website that right now, runs by creating static html pages from
I am creating an ios app that needs to download a html page and
I have a form in rails 3.2 for creating users in a company. Each
I'm creating a mobile site next to our normal html site. Using rails 3.1.
I am creating a form using only HTML and JavaScript where I want to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.