spritebuilder / SpriteBuilder

Objective-C Game Development Suite
http://www.spritebuilder.com/
Other
739 stars 292 forks source link

CCLayoutBox doesn't allow the user to change its position on stage when user tries to change its position to a different one by clicking on the LayoutBox on stage. #1580

Open Shahidwerplay opened 9 years ago

Shahidwerplay commented 9 years ago
  1. Launch Application.
  2. Create an empty project.
  3. Drag and drop a CCLayoutBox onto the stage.
  4. Drag and drop three CCLabelTTFs under the CCLayoutBox.
  5. Try to move the position of the CCLayoutBox on stage.

    --Expected Behaviour: A Grid for CCLayoutBox should be displayed and allows the movement when user clicks on the CCLayoutBox.

--Actual Result: No Grid for CCLayoutBox is displayed, it only displays the grid for individual items under it. User have to click on CCLayoutBox in timeline to display the grid and to change the position.

SB Version: Latest Develop Branch (2.0) SB Revision: 02eedd13c8 Mac OS 10.10.0 XCode 6.1

Video: https://drive.google.com/file/d/0B5-RfBatv-b8dmVPX3Q2dURpSUE/view?usp=sharing