Page MenuHomePhabricator

OOUI JS loads too slowly on Special:Block
Closed, InvalidPublic

Description

OOUI loads too slowly on Special:Block (info) which causes a loss of user input.

If more javascript is added to Special:Block, please make sure that it doesn't cancel any previously input data. It's annoying enough that the dropdown selections and other input is discarded as OOUI finishes doing its thing. It's frustrating to be forced to fill things over and over or to wait for all the unnecessary things before using the special page.

Event Timeline

It's annoying enough that the dropdown selections and other input is discarded as OOUI finishes doing its thing.

This is not true. Input made in OOUI widgets generated by PHP code (dropdowns, text inputs, checkbox, and so on) is not discarded when OOUI loads and these are turned into JS widgets. I just tested and this definitely still works as expected for me, on Special:Block as well as everywhere else. If you are really experiencing problems with this, please provide more details.