Ilia Goranov Posted January 9, 2012 Share 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. Link to comment Share on other sites More sharing options...
Dmacleo Posted January 9, 2012 Share Posted January 9, 2012 this is fixed in next version FWIW Link to comment Share on other sites More sharing options...
Aiwa Posted January 9, 2012 Share 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. Link to comment Share on other sites More sharing options...
Ilia Goranov Posted January 9, 2012 Author Share Posted January 9, 2012 Thanks will wait for the next stable version :) Link to comment Share on other sites More sharing options...
CompanyAdmin Posted May 25, 2012 Share Posted May 25, 2012 How do I load just the traditional page? Link to comment Share on other sites More sharing options...
teraßyte Posted May 25, 2012 Share Posted May 25, 2012 Post in the support area for help, this is only for feedback ;) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.