Skip to content

view.focus() does not bring Tab to foreground #29

@pgassmann

Description

@pgassmann

If two views share the same layout position, one cannot control which view should be in the foreground.

Perspective perspective = Perspective.createPerspective();
View alarmTableView = View.createView(StandardLayout.CENTER, MaterialIcon.REPORT_PROBLEM, "Alarm List", null);
perspective.addView(alarmTableView);

View eventTableView = View.createView(StandardLayout.CENTER, MaterialIcon.REPORT_PROBLEM, "Alarm Event Table", null);
perspective.addView(eventTableView);
eventTableView.focus(true);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions