chaitu236 / TakWeb

Javascript based Tak client
https://www.playtak.com
GNU General Public License v2.0
40 stars 18 forks source link

Piece resizing doesn't work in IE11 #49

Open ghost opened 8 years ago

ghost commented 8 years ago

In IE11, setting the size of the pieces doesn't seem to work. They stay large no matter what the setting is.

All of the other customizations are recognized.

TreffnonX commented 8 years ago

IE unsupported! Just kidding... If a setting is not recognized, it is usually because the browser does not accept the live change. Should work after resetting the board or reloading the page. Chrome has some issues setting textures after rendering has started.

ghost commented 8 years ago

Chrome is my preferred browser but was just trying IE to make sure things worked. The browser does seem to accept the change... that is, it remembers the setting, but it doesn't actually change the size of the pieces.

I tried debugging in IE, like I do in Chrome, but couldn't get the debugger to do anything (never showed me any source).

Alas, this is not something I really care about, but just wanted to make it known. Maybe someone else will have an interest in fixing it.