SmartClient version: v12.0p_2022-12-02/LGPL Deployment
Browser: Version 112.0.5615.49 (Official Build) (x86_64)
I was curious about why Canvas.setEnabled() was deprecated. I find that having to use Canvas.setDisabled() exclusively results in code that contains a lot of double negatives. Can this method be un-deprecated? If not, is it safe to add a polyfill for it?
Browser: Version 112.0.5615.49 (Official Build) (x86_64)
I was curious about why Canvas.setEnabled() was deprecated. I find that having to use Canvas.setDisabled() exclusively results in code that contains a lot of double negatives. Can this method be un-deprecated? If not, is it safe to add a polyfill for it?
Comment