Skip to content

The Dummy Programmer

Stories of daily programming

  • Home
  • The Dummy Programmer Robot
    • Overview
    • Version history & downloads
    • Tutorials
      • TDP Robot – The basics
      • A simple SQL Server backup solution
      • A simple SQL Server backup solution – A next step
  • My other dummy projects
  • Games
    • Space Y: An Asteroids clone
  • Services
    • What’s my user agent
    • What’s my IP address
  • Donate
  • About
  • Toggle search form

Category: Google Chrome

Google Chrome OnBlur endless loop

Today I want to talk about a very strange problem found developing a web page and using that web page in Google Chrome. Suppose you have the following, simple, HTML page: <!DOCTYPE html> <html> <head> </head> <body> <form> Test1: <input id=”Test1″ type=”text” value=”” onfocus=”OnFocus1()” onblur=”OnBlur1()”> Test2: <input id=”Test2″ type=”text” value=”” onfocus=”OnFocus2()” onblur=”OnBlur2()”> </form> <script> function…

Read More “Google Chrome OnBlur endless loop” »

Google Chrome

Copyright © 2022 The Dummy Programmer | Privacy Policy |

Powered by PressBook Masonry Dark