inblue - reproduced account | password -population with account manager
inblue - noticed some fields were not populating - other than password
Speaking of a different browser, this is how the website looks in Firefox:
https://i.imgur.com/D2FSNQ9.png
Also, now the site can't be accessed most of the time or it's extremely slow:
https://i.imgur.com/V19OE9D.png
Another small thing I found:
Navigation links can't be clicked with middle click (to open in new tab), for example if I want to open block explorer in a new tab and I don't want to leave the pool page. Yes, it can be clicked with Ctrl+Left Click or Right click+Open in new tab, but I don't see why links need to be convoluted like that with some JS code instead of just plain and simple Main.aspx, Leaderboard.aspx etc.
-> Regarding the password manager: We cant support debugging the pool with that on. I went as far as renaming the password field behind the scenes, to something unrelated to passwords, but thats as far as I can go with that. However, what I did do is I debugged the issue in a browser without a password cache, and verified that we absolutely do not populate the password field with any text on the page load now - (text was being populated before into the control - but that was a bug). Now when you go to the page, the pass is initially blank. If you populate it, it saves the new pass. So I consider this fixed now.
-> Firefoxs extremely convoluted view is fixed (I had no idea it was like that).
-> Regarding nav links, thats a microsoft thing- they are rendering a whole bunch of stuff down with the aspx page.
-> Other fields not populating on account- Yes, you found a bug there. The page has been upgraded to use the simple framework now, and is cleaner, and now populates all the fields every time.
-> On UserText1, btw, that is just a storage field for the user (the pool doesnt use it). What I meant was, if you navigate to Account, ensure the password field is empty, and only change usertext1, and save the record, then you can logoff and back on and know that it did not update the password but it does update usertext1.