react-vnc icon indicating copy to clipboard operation
react-vnc copied to clipboard

A React Component to connect to a websockified VNC client using noVNC.

Results 11 react-vnc issues
Sort by recently updated
recently updated
newest added

### Is there an existing issue for this? - [X] I have searched existing issues, it hasn't been reported yet ### Use case description Newer projects are mostly created with...

On Chrome-based browsers, clicking on the embedded canvas that shows the stream (inside of [this div](https://github.com/roerohan/react-vnc/blob/7a58264b3af2ae7d7bf4833aa177247ff67fdad7/src/lib/VncScreen.tsx#L126)) triggers a `mouseleave` event, which is handled by [handleMouseLeave](https://github.com/roerohan/react-vnc/blob/7a58264b3af2ae7d7bf4833aa177247ff67fdad7/src/lib/VncScreen.tsx#L116), and subsequently the div loses...

bug
help wanted

### Are you certain it's a bug? - [X] Yes, it looks like a bug ### Are you sure this is not an issue in noVNC? - [X] It is...

bug

### Is there an existing issue for this? - [X] I have searched existing issues, it hasn't been reported yet ### Use case description Basically we have our own required...

enhancement

### Are you certain it's a bug? - [X] Yes, it looks like a bug ### Are you sure this is not an issue in noVNC? - [X] It is...

bug
help wanted

### Are you certain it's a bug? - [X] Yes, it looks like a bug ### Are you sure this is not an issue in noVNC? - [X] It is...

## Description Fix `mouseleave` event triggered when clicking on the canvas ## Resolved issues Closes #5

…ion event Looking at the example code of novnc, it was developed to handle the serververification event when using RA2ne authentication, but react-vnc lacks the corresponding code, so it was...

### Are you certain it's a bug? - [X] Yes, it looks like a bug ### Are you sure this is not an issue in noVNC? - [ ] It...

### Are you certain it's a bug? - [x] Yes, it looks like a bug ### Are you sure this is not an issue in noVNC? - [x] It is...