intel / rib

Rapid Interface Builder (RIB) is a browser-based design tool for quickly prototyping and creating the user interface for web applications. Layout your UI by dropping widgets onto a canvas. Run the UI in an interactive "Preview mode". Export the generated HTML and Javascript. It's that simple!
https://01.org/rib
Apache License 2.0
148 stars 74 forks source link

[Design View] Clean sortable items #168

Closed maxyu closed 12 years ago

maxyu commented 12 years ago

Fixed https://01.org/jira/browse/RIB-7

grgustaf commented 12 years ago

I'm concerned since this undoes a big part of John's patch b50c89 so I'd like to wait for him to review this.

zhizhangchen commented 12 years ago

The main purpose of adding .ui-collapsible-content as an item is to make it easier to move widgets into empty Collapsible. After testing, I found it's quite easy now to move widget into empty collapsible even without adding .ui-collapsible-content as an item. I think the problem might have been fixed by other patches, so we can safely remove this workaround. I'll add this PR to today's integration PR.

grgustaf commented 12 years ago

Merged.