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

app does not start through padding #43

Open
lublak opened this issue Feb 15, 2023 · 0 comments
Open

app does not start through padding #43

lublak opened this issue Feb 15, 2023 · 0 comments

Comments

@lublak
Copy link

lublak commented Feb 15, 2023

Expected Behavior

The application should start

Current Behavior

The application not start at all without errors.

Possible Solution

Steps to Reproduce (for bugs)

Create a xml with padding! (without padding it works)

package ;

import haxe.ui.containers.VBox;

@:build(haxe.ui.ComponentBuilder.build("assets/main-view.xml"))
class MainView extends VBox {
    public function new() {
        super();
    }
}
<vbox style="padding: 5px;" width="100%">
     <tabview width="240" height="100">
        <box text="Page1">
            <button text="Page 1" />
        </box>
        <box text="Page2">
            <button text="Page 2" />
        </box>
        <box text="Page3">
            <button text="Page 3" />
        </box>
    </tabview>
</vbox>

Test app / minimal test case

test.zip

Your Environment

  • Version used: git f0134b7
  • Operating System and version (desktop or mobile): Windows 10 desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant