Why image map open URLChooser with a "generic" context ?

Having trouble deploying Oxygen XML Web Author? Got a bug to report? Post it all here.
Vince
Posts: 64
Joined: Wed Dec 03, 2014 11:25 am

Why image map open URLChooser with a "generic" context ?

Post by Vince »

Hello,

I notice that image map open URLChooser with a "generic" type in context.
Why not only "image" type ?

image.png
image.png (8.22 KiB) Viewed 477 times

Code: Select all

DummyUrlChooser.prototype.chooseUrl = function(context, chosen) {
   // context.getType() is sync.api.UrlChooser.Type.GENERIC
}
Regards,
Vincent
mihaela
Posts: 490
Joined: Wed May 20, 2009 2:40 pm

Re: Why image map open URLChooser with a "generic" context ?

Post by mihaela »

Hello,

The empty image map chooser is implemented using an URL Chooser form control [1] that has no support in Web Author yet for file type filter.
I have registered an improvement for this in our internal issues tracking system and we will update this thread when it will be available.

[1] https://www.oxygenxml.com/doc/versions/ ... atrix.html

Best Regards,
Mihaela
Mihaela Calotescu
http://www.oxygenxml.com
Post Reply