Skip to content

AM Dialogs have 0px hint sizes #498

@dhakehurst

Description

@dhakehurst
    @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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions