[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [orion-dev] Client plugin uriTemplate width and height hints not honored?
|
Hi Mike,
Looking at the CSS there's a min-width / min-height rule in place for delegated UIs (600px by 400 px) so you can go 1000px by 500px but not lower.
I'll open a bug as I think what we really want is a default of 600x400 and more reasonable min and max widths.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=404089
-Simon
Michael Fiedler ---03/21/2013 08:00:33 AM---Apologies for the premature send without a subject. Here it is again. Regards,
![]()
| ![]()
Michael Fiedler <fiedler.mf@xxxxxxxxx> |
![]()
| ![]()
orion-dev@xxxxxxxxxxx, |
![]()
| ![]()
03/21/2013 08:00 AM |
![]()
| ![]()
[orion-dev] Client plugin uriTemplate width and height hints not honored? |
![]()
| ![]()
orion-dev-bounces@xxxxxxxxxxx |
Apologies for the premature send without a subject. Here it is again.
Regards,
Mike
On Thu, Mar 21, 2013 at 7:57 AM, Michael Fiedler <fiedler.mf@xxxxxxxxx> wrote:
I have a plugin that opens an iframe to another site (similar to the Google Picker example, which has this issue too) specifying height/width hints on the uriTemplate but they are not honored. I always get a 100px x 100px iframe.
Does Orion currently ignore the hints?
var serviceImpl = {
run : function(text, fullText, selection, fileName) {
return {uriTemplate: getPickerURL(text), width: "600px", height: "400px"};
}
};
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orion-dev

