-
Notifications
You must be signed in to change notification settings - Fork 6
AM Dialogs have 0px hint sizes #498
Copy link
Copy link
Open
Description
@OslcDialog
(
title = "ResourceSD",
label = "OSLC Resource Selection Dialog",
uri = "service1/resources/selector",
hintWidth = "0px",
hintHeight = "0px",
resourceTypes = {Oslc_amDomainConstants.RESOURCE_TYPE},
usages = {}
)
@GET
@Path("selector")
@Consumes({ MediaType.TEXT_HTML, MediaType.WILDCARD })
public Response ResourceSelector(
the hints of 0px for width and height mean that Jazz displays the dialog with size (0,0) making it appear as if the web page has frozen, as this is not visible.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels