PromucFlow_constructor/app/client/src/layoutSystems
Hetu Nandu 944fa23283
fix: Widget name disappear as you hover over it (#32709)
## Description

Moves the Focus widget action into its own hook, and calling it from the
PositionContainer instead from the DraggableContainer. PositionContainer
is the parent of Draggable and hence adds a larger target for the mouse
focus of a widget.



Fixes #32710

## Automation

/ok-to-test tags="@tag.IDE"

### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results  -->
> [!TIP]
> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/8705394457>
> Commit: bc58f19c7247544117866d89f4f557372f8791ef
> Cypress dashboard url: <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=8705394457&attempt=1"
target="_blank">Click here!</a>

<!-- end of auto-generated comment: Cypress test results  -->



<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Enhanced widget interaction by implementing hover to focus
functionality in the PositionedContainer.

- **Refactor**
- Simplified the DraggableComponent by removing unused states and event
handlers, focusing on widget selection improvements.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-04-17 16:10:35 +05:30
..
anvil fix: jest test failures coz of getIsAnvilLayout (#32664) 2024-04-15 09:17:23 +05:30
autolayout feat: WDS - Anvil compatible Modal Widget (#30351) 2024-01-26 09:30:57 +05:30
common fix: Widget name disappear as you hover over it (#32709) 2024-04-17 16:10:35 +05:30
fixedlayout feat: implement dropping building blocks on canvas (#31857) 2024-04-16 09:41:09 +01:00
types feat: Asymmetric padding in Anvil (#30964) 2024-02-16 17:13:37 +05:30
CanvasFactory.test.tsx chore: Layout system wise restructuring of Canvas Widget (#27496) 2023-10-04 17:23:29 +05:30
CanvasFactory.tsx chore: Layout system wise restructuring of Canvas Widget (#27496) 2023-10-04 17:23:29 +05:30
withLayoutSystemWidgetHOC.test.tsx fix: Anvil Widgets not accessible when widget has no content. (#30780) 2024-02-05 18:00:50 +05:30
withLayoutSystemWidgetHOC.tsx chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00