Hi !
It’s not exactly what I am talking about, the rectangle was created in first place (no textbox). Then I want to have textbox in the rectangle, so in the toolbar I clicked the TextBox control to go in insert mode. Then I want to click and drag on the designer to create a new textbox. If I click on a free area of the report (in the detail section), it start to draw a new control. If I release the mouse button it actually creates the new textbox. This works, but if I try to click inside the rectangle to draw the textbox , it selects the rectangle instead of starting to draw a new control.
1. create new report.
2. detail section is empty.
3. create a new rectangle in the detail section.
4. create a new textbox. I want it inside the rectangle, so I clicked inside the rectangle. Here is the bug, instead of "drawing" the new control, it selected the rectangle
5. for workaround, i have to click on free area of the detail section, and drag to draw the textbox the size I want, then I have to click and drag the new textbox to move it inside the rectangle.