pashminakazi commented on issue #728: Uncaught TypeError: Cannot read property 
'measuringElement' of null  (UITextFormat.js:271)
URL: https://github.com/apache/royale-asjs/issues/728#issuecomment-590061597
 
 
   I am sending you runtime changes in MaskedTextInput.js file :
   when using invalidateDisplayList() in InputMask Setter : 
   
   CompanySetup : 
   
![image](https://user-images.githubusercontent.com/42200979/75111651-2f60a980-565e-11ea-8622-11180315db4a.png)
   
   Oracle Integration Setup : 
   
![image](https://user-images.githubusercontent.com/42200979/75111638-1ce67000-565e-11ea-9437-29f0cbb00d71.png)
   
![image](https://user-images.githubusercontent.com/42200979/75111643-1f48ca00-565e-11ea-908b-1913f44f67d5.png)
   
   
   
   after removing invalidateDisplayList() from InputMask Setter and adding 
updateDisplayList(width,height);
   
   updateDisplayList(width,height) is working fine on CompanySetup,those fields 
which should have - - - - - in Company setup is working after this change but 
Oracle Integration and many other setups is throwing this exception after this 
change in MaskedTextInput 
   CompanySetup : 
   
![image](https://user-images.githubusercontent.com/42200979/75111614-ec9ed180-565d-11ea-8fc7-e8eb2cf67c2b.png)
   
   Oracle Integration Setup : 
   
![image](https://user-images.githubusercontent.com/42200979/75111623-faeced80-565d-11ea-9c3a-ab8859fe8ff7.png)
   
![image](https://user-images.githubusercontent.com/42200979/75111629-06401900-565e-11ea-9729-645cc9516cf3.png)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to