Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt November 11, 2024
Ilia Goranov Posted January 9, 2012 Posted January 9, 2012 The sign in form is loaded using AJAX. That is why Firefox do not autocomplete your username and password (if available) in this form. The problem is that most browsers attach an event to those forms on page load. So when loading an AJAX form you do not fire the page load event and no drop down menus, suggestions or autocomplete does not work. The solution is to load the from as a hidden element with the main HTML source. Later you can just show that form. This way the autocomplete will work proper.
Aiwa Posted January 9, 2012 Posted January 9, 2012 It has been adressed in 3.3. If you want it fixed on your current version... There are files in the marketplace that disable the AJAX login and use the traditional login page.
Ilia Goranov Posted January 9, 2012 Author Posted January 9, 2012 Thanks will wait for the next stable version :)
teraßyte Posted May 25, 2012 Posted May 25, 2012 Post in the support area for help, this is only for feedback ;)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.