Hi,
I'm trying to open the native color picker under IE11 without success.
<OBJECT ID="dlg" CLASSID="clsid:3050f819-98b5-11cf-bb82-00aa00bdce0b"></OBJECT>
Then I try to open the color picker dialog but it appears that this object does not support it:
typeof dlg.ChooseColorDlg; // undefined
I see many articles on the Internet that this used to work in previous versions of IE. There is one issue in github.com where a person states that on 2 different VMs having similar environment, in one of them this is working in the other it isn't. I will paste link to that issue as soon as MSDN verifies my account here (at the moment I am not able to post links).
I cannot find any information about this being removed in IE11.
Please advise.