Eugene Lazutkin

2,994
reputation
237 views

Registered User

name Eugene Lazutkin
member for 1 year
seen 1 hour ago
website
location US
age
Two words: Software Development.
You may follow me on Twitter.
11h
accepted Why aren’t these Dojo hover events working?
12h
comment dojo.require() prevents Firefox from rendering the page
"problem has something to do with the load time of the html" - what time are we talking about? 30 seconds? more? less?
12h
answered Why aren’t these Dojo hover events working?
Dec
20
comment Which Javascript framework (jQuery vs Dojo vs … )?
@Justin - what dojo forums? use the mailing lists (this option was available forever), and (oh irony!) you can use Stack Overflow. ;-)
Dec
19
comment Dojo dnd input box
What are you getting? Any errors? No avatar? Everything should be straightforward with HTML fragments like yours. The most common question is "why I can't select text in my input box, which is a part of a DnD item?" - the answer is "use 'skipForm: true'". But I understand you have a different problem.
Dec
17
accepted Dojo 1.4 - IE 8 dojox.charting label not shown -> dojox.gfx
Dec
17
answered Dojo 1.4 - IE 8 dojox.charting label not shown -> dojox.gfx
Dec
17
answered dojo and google closure compiler
Dec
12
answered Extending dojo.gfx.Group with default instanciated shapes
Dec
8
accepted What is ‘this’ before an object is instantiated in js?
Dec
4
comment Can’t select text in input box on IE
It would help greatly if you mentioned that the input in question was in a draggable element to begin with. Otherwise it was not clear how it is related to Dojo. DnD is thoroughly documented: docs.dojocampus.org/dojo/dnd, including skipForm --- no need to dig in the code for that.
Dec
3
revised Javascript: var functionName = function() {} vs function functionName() {}
Numerous improvements and corrections.
Dec
3
comment Javascript: var functionName = function() {} vs function functionName() {}
That what happens when relying on IE's JavaScript behavior. ;-) Thank you for thoroughness --- I'll update the answer.
Dec
3
comment Can’t select text in input box on IE
Hmm, I have a lot of code that boils done to your example that works fine for me. Are you sure you can reproduce the problem with the snippet you gave us?
Dec
1
revised Relation between [[Prototype]] and prototype in JavaScript
clarifying the code
Nov
30
accepted Dojo DnD Move Node Programmatically
Nov
30
revised Dojo DnD Move Node Programmatically
Adding an example.
Nov
30
comment Dojo DnD Move Node Programmatically
There is no special API to move nodes between sources. Did you try the one I sketched out for you in my answer (the last sentence)? OK, I'll add an example.
Nov
30
comment JQuery vs Dojo vs ExtJS
It depends on the project, doesn't it? Without a standard packaging solution jQuery is dead in the waters for any large-scale client-side project, and with its DOM-oriented API it is not useful for anything else, including server-side projects.
Nov
30
comment JQuery vs Dojo vs ExtJS
What exactly do you need? jQuery is clearly a king of gradual improvements, while Dojo is a federation of libraries covering a lot of things. Another thing would be licensing, which is different too: Dojo is under AFL/BSD, jQuery is under MIT/GPLv2, while Ext is GPLv3 + commercial. In short it means that you can use Dojo and jQuery for whatever you like, while Ext is free for open source projects compatible with GPLv3.
Nov
29
answered Dojo DnD Move Node Programmatically
Nov
25
comment Need help with jQuery to JavaScript
What exactly do you want to achieve? Do you want to tell CSS that JavaScript is available? Do you want to do it as early as possible using browser-specific events? Does simple "onload" event work for you? Any additional input would help to give you the right answer.
Nov
25
comment Need help with jQuery to JavaScript
Feel free to ignore the 3rd example. In all fairness he didn't indicate what he wants to achieve by that.
Nov
25
answered Need help with jQuery to JavaScript
Nov
20
answered (dojo) dojox.form.Manager not firing observers
Nov
19
accepted Is there anything inherently dangerous about instantiating a dojo class like this?
Nov
17
comment Different UI for Dojo DND than when item is displayed
This is the official documentation: docs.dojocampus.org/dojo/dnd --- the creator function is described practically at the beginning. How do you suggest to improve the doc so we have less hate and more love in this world?
Nov
17
comment Different UI for Dojo DND than when item is displayed
Using this technique it can be done just with CSS rules --- classes used by the avatar are documented, so you can set display:none in CSS without using any JavaScript code. But the proper way to use different representations for different roles is to define a creator function for your sources. Read all about it and about CSS classes in the official documentation: docs.dojocampus.org/dojo/dnd
Nov
17
answered Is there anything inherently dangerous about instantiating a dojo class like this?
Nov
14
comment dojo drag and drop and key handlers
That would be fine, but it should be implemented as addon, so whoever needs it, should just "dojo.require" it. Sign a CLA, open an enhancement ticket, and attach a patch.
Nov
13
answered dojo drag and drop and key handlers
Nov
10
accepted Capturing Keyboard Events in Dojox GFX
Nov
6
answered Dojo: Will Shrinksafe work together with the Google Closure Compiler?
Nov
6
revised Dojo: Will Shrinksafe work together with the Google Closure Compiler?
typo fix
Nov
4
answered Capturing Keyboard Events in Dojox GFX
Oct
29
comment Dojo DnD: how to access newly copied node on onDndDrop event?
One problem with topics --- you never know the order of calls. Sometimes (like probably in this case) it is important. I'll withdraw the topic example.
Oct
28
comment Dojo DnD: how to access newly copied node on onDndDrop event?
Did you try the first or the second snippet?
Oct
28
answered Dojo DnD: how to access newly copied node on onDndDrop event?
Oct
12
awarded  Enlightened
Oct
12
awarded  Nice Answer
Oct
12
accepted Dojo: Is there an event after drag & drop finished
Oct
10
awarded  Yearling
Oct
6
awarded  Good Answer
Sep
11
accepted What are good practices for URL design in one page web apps (I use Dojo)?
Sep
10
accepted How do you manage your DojoX code?
Sep
9
comment dojo filteringSelect is very slow
That may be the problem. In any case I suggest to file a bug (bugs.dojotoolkit.org).
Sep
3
answered Dojo disable all input fields in div container
Sep
2
comment DOJO include script from CDN
OK: write a minimal web page, which loads Dojo using your favorite CDN and does nothing. Open it up in Firefox, open Firebug and enter some simple Dojo calls manually to see if it works for you. If it doesn't, switch to the Net tab and see what calls were made, when, and how they ended.
Aug
30
revised DOJO include script from CDN
fixed grammar
Aug
30
answered DOJO include script from CDN