- 
                Notifications
    
You must be signed in to change notification settings  - Fork 72
 
968323: Added documentation for audio and video drag-and-drop. #6977
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
Conversation
| 
           Build Status: INPROGRESS 🔃  | 
    
| 
           CI Status: SUCCESS ✅  | 
    
| 
           @krishnan-periyasamy : PR has been self reviewed.  | 
    
        
          
                blazor/rich-text-editor/tools/code-snippet/audio-draganddrop.razor
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                blazor/rich-text-editor/tools/code-snippet/video-draganddrop.razor
              
                Outdated
          
            Show resolved
            Hide resolved
        
      | 
           Build Status: INPROGRESS 🔃  | 
    
| 
           CI Status: SUCCESS ✅  | 
    
| 
           Build Status: INQUEUE 🕒  | 
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes are fine.
| 
           Build Status: INPROGRESS 🔃  | 
    
| 
           CI Status: SUCCESS ✅  | 
    
Bug description
968323 Implement Video Drag-and-Drop Upload Support in Rich Text Editor - Blazor
984435 Test the Video Drag-And-Drop Feature and add manual test plan
979106 Implement Audio Drag-and-Drop Upload Support in Rich Text Editor - Blazor
API Review Video Drag-and-Drop Support for Blazor Rich Text Editor
Specification Document
Root Cause / Analysis
Updated the documentation for newly added feature.
Reason for not identifying earlier
Is Breaking issue.?
NO
Is reported by customer in incident/forum.?
NO
Solution Description
1.Added the documentation for Audio and Video Drag-and-Drop feature.
Areas affected and ensured
No existing areas were impacted. The following scenarios were thoroughly validated to ensure seamless functionality:
E2E report details against this fix
Did you included unit test cases.?
Yes
Is there any API name changes.?
Yes - OnMediaDrop and RemoveUrl API Review
Reviewer Checklist