mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Bug 1347640 - HTMLInputElement shouldn't try to cancel image request on all the type changes
* Move the changing of HTMLInputElement's mType from ParseAttribute to AfterSetAttr * Move a few more things from AfterSetAttr to HandleTypeChange Tag #1375
This commit is contained in:
parent
7a3f9be509
commit
5a9d76e6d5
2 changed files with 73 additions and 66 deletions
|
|
@ -1100,7 +1100,7 @@ protected:
|
|||
/**
|
||||
* Manages the internal data storage across type changes.
|
||||
*/
|
||||
void HandleTypeChange(uint8_t aNewType);
|
||||
void HandleTypeChange(uint8_t aNewType, bool aNotify);
|
||||
|
||||
/**
|
||||
* Sanitize the value of the element depending of its current type.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue