Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Position of Group widget content needs to be adjusted #34

Closed
mpost opened this issue Jul 22, 2014 · 2 comments
Closed

Position of Group widget content needs to be adjusted #34

mpost opened this issue Jul 22, 2014 · 2 comments
Labels

Comments

@mpost
Copy link
Member

mpost commented Jul 22, 2014

In tabris remote the position of group widget content is adjusted by the style information on the server side. Since that is not the case in tabris-js the group widget content starts to appear at 0,0.

The problem is similat to #30.

Snippet to reproduce:

tabris.load(function() {

  var page = tabris.createPage({
    title: "Group Example",
    topLevel: true
  });

  var group = page.append("rwt.widgets.Group", {
    text: "Group Widget",
    layoutData: {left: 0, top: 0, right: 0}
  });

  var label = group.append("rwt.widgets.Label", {
    text: "Label",
    layoutData: {left: 0, top: 0, right: 0}
  });

  page.open();

});

device-2014-07-22-164418

@mpost mpost added the bug label Jul 22, 2014
@mpost mpost changed the title Position of Group widget content needs to adjusted Position of Group widget content needs to be adjusted Jul 22, 2014
@irbull
Copy link
Member

irbull commented Oct 20, 2014

This is a pretty old bug. Is this still an issue? Is there work to be done on the platforms, or is this entirely contained in tabris-js?

@ralfstx
Copy link
Member

ralfstx commented Nov 13, 2014

We agreed not to support the Group widget for now (#71).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants