Hello,
we are working on the integration of spice web client in our company web
application. It was our only option because spice-html5 has still too many
problems with our Windows 7-10 guests.
I'm having some trouble discerning the essentials from the non Spice related
functionality and making
Hello,
I'm in the process of understanding if spice-web-client would be a suitable
replacement for spice-html5 in our company web application.
The first obstacle I'm encountering is that I can't easily control the complete
websocket URL.
Our http server behaves as a websocket server for certain
> Sent: Wednesday, November 04, 2015 at 7:53 PM
> From: "Jeremy White"
>
> In index.html there is a 'hiddeninput' element. If you remove it, that
> goes away.
Ok, it works.
What I did try was to remove that element from the already loaded page using
the browser console, which solves the pointer
Hello,
thanks for open sourcing spice web client, I just tried it and it solves most
of our problems :)
In my tests there is always a rectangular area at the top-left of the screen
(866x78px), inside of which the pointer has a "text selection" shape and
doesn't work (clicks and hovering have no
Hello,
I also have a cursor positioning problem with spice-html5 which I now realize
is layout specific too.
The calculation of the pointer position relative to the canvas in function
SpiceMsgcMousePosition (spicemsg.js) seems to rely on the assumptions that:
- the canvas offsetParent is the bod
On Tuesday, September 09, 2014 at 4:06 PM, I wrote:
> I know, vertical sizing relative to the viewport is a pain.
> Have you considered to style the body as a positioned element and update its
> height at resize? If you do that, elements with a percentage height should
> dynamically resize too, e
On Saturday, September 06, 2014 at 5:14 PM, Jeremy White wrote:
> I've respun this and sent a v2 that should not tie the resize agent
> requests so strictly to the presentation, hopefully this will help you.
Yes, this one has no problems with my use case, thank you!
For Windows guests, at the mom
Hello,
I tried this patch and observed a great improvement in cursor positioning,
thanks!
But I'm confused about dynamic resizing of the guest screen, it seems too tied
to the presentation.
I'm using spice-html5 in a web application which has it's own layout replacing
spice.html and spice.css, b