question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Layout is wrong when added in arbitrary component

See original GitHub issue

I’m trying to add SplitPane somewhere deep in my structure, but it seems that due to position: absolute (which seems to be unnecessary when using flexbox btw). Is there any reason why it uses absolute positioning?

Issue Analytics

  • State:open
  • Created 8 years ago
  • Reactions:5
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
hooloovooocommented, Mar 31, 2016

Well it is solvable, but i think it’s always a good idea to aim for it to behave saner.

1reaction
tomkpcommented, Mar 30, 2016

Does the solution proposed by @bclinkinbeard (thanks!) solve this for you - or do you feel it still needs to sorted out?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Place components at arbitrary (x,y) coordinates - java
You can set the coordinates if you use a null layout: panel.setLayout(null); Button b = new Button(....); panel.add(b); b.
Read more >
How to Use GroupLayout - Oracle Help Center
GroupLayout is a layout manager that was developed for GUI builders such as ... Gaps of arbitrary size can be added to groups...
Read more >
Bad window size with setSizeFull - Vaadin
Hello, I have a dialog window that takes a component as an argument. If the component is expandable (i.e. component.setSizeFull() was invoked on...
Read more >
Does MC mismatch simulation reflect best or arbitrary layout
There may then be additional mismatch caused by bad layout, but that's not what you're simulating. If that was what was going to...
Read more >
Layouts and binding expressions | Android Developers
This view element is what your root would be in a non-binding layout file. ... but they let you run arbitrary data binding...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found