Showing posts with label bugs. Show all posts
Showing posts with label bugs. Show all posts

Thursday, April 30, 2015

LLVM bug? Or Yosemite another bug?

Just try to use strncpy() in C and then to compile with:
Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.3.0
Thread model: posix

Btw. there is still no possibility to use the old good Valgrind under Yosemite... Cry, cry, cry...

Wednesday, March 27, 2013

JavaScript sux again?

document.execCommand("delete", false.null); will be OK at least in MSIE 10
(attention to the dot between second and third PARAMETERS)

Sunday, September 30, 2012

Windows 8 Enterprise Calculator Issue

Open the Calculator program in "Programmer" mode. The decimal point button [.] is completely dead (always disabled). Only in programmer mode. Is it a Microsoft's joke?

(btw. there is no more "old good" Calculator written at 1987 by Kraig Brockshmidt, but some other program)

Sunday, September 16, 2012

WinJS buggy iframe realization

Suppose we have the main page (local context) of our Metro application written in JavaScript that just holds an IFRAME (web context). We load into this iframe some web page remotely. Yes, we can control this page, it is our web site and we can edit it if we want. Well, this web page contains primitive navigation to some other pages within the same domain. OK, after clicking every navigation link the iframe's content changes, but... iframe's 'SRC' attribute - NOT (!)

No difference on RTM or on RC: the issue still exists. Cheers to Microsoft.

Friday, December 4, 2009

Arial Unicode MS

One of my favorite bugs in this font is:
the Arabic Five Pointed Star (U+066D) has 6 points instead of 5 ;)