Git Product home page Git Product logo

whiteboardproject's People

Contributors

csperbeck6 avatar smit-happens avatar youngmaker avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

whiteboardproject's Issues

Similarly named branches

Watch out guys- if you create a branch (even accidentally by trying to check out a remote branch) that has the same name as a branch but with different capitalization the desktop client will think they are the same. Github will not, and you will have two different branches that look identical on desktop but different on github.

Selecting the toolpanel

While drawing, if you drag the cursor over the toolbar window, items are highlighted. This is unwanted behavior. It also keeps scrolling the message window annoyingly.

Set the default selection behavior to null to fix. Might be CSS, might be HTML attributes. Note that the whole panel and all of its children need to be set this way.

Error catching

We need to have some form of error catching or checksums on our data sent through the connection so that it doesn't crash when invalid data is sent or received on either end.

Fix comitting issues

Cara is having isses with pushing, pulling, comitting and basically anything in GIT.

It seems to erase the .classpath, .project, .preferences, and two essential server .jar files for no good reason when she does.

setDrawingFalse() fires onMouseOut

the end drawing function setDrawingFalse() is called onmouseout. When you roll over the edge of the canvas, it thinks you've finished drawing. It is cluttering the message window and will spam the server with empty shapes- no good.

Undo/Clear looping

Hitting undo causes an infinite amount of loops- this was happening with clear board before we commented it out. Basically anything that is not an "Update|" command kills the server.

Cursor type

The cursor over the top canvas is the default cursor. The underlying canvas has the css property cursor: crosshair; but the top canvas does not.

To fix, add the cursor: crosshair; to the overlay canvas' CSS.

Refresh not closing session

When you press the refresh or reload button on the client end the websocket session is closed. Trying to start a new session or access the socket results in an exception and the connection is refused.

Get this going

Open a Java Swing instance in an applet view
Create the swing background

Breaks in freeform code

When a freeform shape is drawn from the network, there are breaks where it does 15 point terminations.

Clear

Clear does not loop anymore but it is not synchronous with other whiteboards, meaning if you clear one whiteboard it does not clear them all.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.