Custom Query (18300 matches)
Results (136 - 138 of 18300)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#139 | wontfix | richtexteditor dosent work in konqueror 3.4 | ||
Description |
I Cant get richtexteditor to work in konqueror 3.4.2 kubuntu. maybe not a big problem since its not such a big browser, but thought I might file a bug for it anyways. I managed to trac one bug down, but I still cant get it to work. change line 181 rev 1722 from:
to:
but there seems to be a bug in konqueror for contentEditable, according to kde api it should been implemented since 3.2, I couldnt get it to work though. / Fredrik |
|||
#140 | wontfix | Compressor doesn't handle variable replacement for eval() method | ||
Description |
For example, if you have: function doTest(varName, typeNode){eval("this.do"+varName+"("+"varName"+","+"typeNode"+")");} It get compressed to: function doTest(_1,_2){eval("this.do"+_1+"("+"varName"+","+"typeNode"+")");} This should be: function doTest(_1,_2){eval("this.do"+_1+"("+"_1"+","+"_2"+")");} |
|||
#141 | fixed | Slideshow demo breaks when you click too many times | ||
Description |
on this page: http://dojotoolkit.org/docs/fast_widget_authoring.html if i click on the photo a bunch of times (which i probably shouldn't) then it starts acting weird in firefox. it transitions between photos very quickly, then to white, and then flicker's each photo in and out for a few ms each. it repeats this loop forever. |