dididy opened a new pull request, #5044:
URL: https://github.com/apache/zeppelin/pull/5044

   ### What is this PR for?
   **Description:**
   Clicking the paragraph control’s Clone paragraph button that trigger 
COPY_PARAGRAPH. Upon receiving PARAGRAPH_ADDED, the Classic UI includes 
data.paragraph.text as expected, but the New UI receives an empty 
data.paragraph.text. Additionally, after cloning, the cursor is not positioned 
in the cloned paragraph in the New UI.
   
   **Expected:**
   - Cloned paragraph contains the original text.
   - Cursor focuses/positions inside the cloned paragraph.
   
   **Actual (New UI):**
   - data.paragraph.text is empty on PARAGRAPH_ADDED.
   - Cursor not focused / not moved to the cloned paragraph.
   
   [Appropriate action - Classic UI]
   
   
https://github.com/user-attachments/assets/dd96ceaa-b0f1-4b1e-ad11-46560a0e2b79
   
   [AS-IS]
   
   
https://github.com/user-attachments/assets/39530005-b169-4301-9416-ed14cb6888fc
   
   [TO-BE]
   
   
https://github.com/user-attachments/assets/81302edb-0d52-49e9-a554-e2509a7bca18
   
   
   ### What type of PR is it?
   Bug Fix
   
   ### Todos
   
   ### What is the Jira issue?
   * [[ZEPPELIN-6294](https://issues.apache.org/jira/browse/ZEPPELIN-6294)]
   
   ### How should this be tested?
   * Strongly recommended: add automated unit tests for any new or changed 
behavior
   * Outline any manual steps to test the PR here.
   
   ### Screenshots (if appropriate)
   
   ### Questions:
   * Does the license files need to update? N
   * Is there breaking changes for older versions? N
   * Does this needs documentation? N
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscr...@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to