Profile_bird

Hey there! ThorstenSuckow is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What are you doing? Join today to start receiving ThorstenSuckow's updates.

Already using Twitter
from your phone? Click here.

ThorstenSuckow

  1. We've created an issue report for the #chrome #bug in #FF 3.5 : http://bit.ly/ZzuwJ Please vote!
  2. testcase for none-chrome bug #FF @arneblankerts : http://tinyurl.com/m22oda
  3. @arneblankerts I'm going to whip up a testcase later on.
  4. @arneblankerts I'm trying to access a property of an element which FF identifies as a XULElement - thus throwing an error bc of chrome cont.
  5. @arneblankerts Maybe it's because of the none-chrome context? It happens when hovering Sbars and checking the target of the BrowserEvent.
  6. @arneblankerts The problem is that #FF thinks it's dealing with a XULElement and throws an error - see http://tinyurl.com/nnkjmu
  7. @arneblankerts Already tried, doesn't work, #FF 3.5 interprets it as "object".
  8. Challenge: Check if node is XULElement in none chrome context, other than: Object.prototype.toString.call(el) === '[object XULElement]' #FF
  9. @looriva Zumindest Grady Booch hat einen: http://bit.ly/vOaTK
  10. @corneliusweiss Yeah but that doesn't fix it - just like my workaround didn't, too. I think the "isXUL()" check is a pretty good solution.
  11. @corneliusweiss Which kind of global error handler?
  12. "Permission denied to access property 'dom' from a non-chrome context" - suggested fix for #ExtJs #FF 3.5 : http://tinyurl.com/nnkjmu
  13. @InsideEXTJS Page fails with "Database error" :/
  14. @_Tinchen_ Mach ein Follower-Treffen und das Zeug ist im Nu weg.
  15. @tdginnovations Early bird! Eagerly awaiting status updates of your new chapter. Log into the chat when you have the time.
  16. @reybango I know - but I'm pretty sure we'll send out a few invites ;)
  17. @reybango Missed the opportunity to meet the crew this year - looking forward to shake hands with all of you on the next #ExtJS Con.
  18. "Learning Ext JS" in the t100 progr. books on Amazon now and then. (via @VinlyFox) Congrats! You and Jay are the real evangelists of #ExtJS
  19. @reybango http://bit.ly/kZIWv Looks like a State Department needs some advise!
  20. @tdginnovations So did I - it's useful if you need to listen to dragstart/dragend events from a dragged component, such as Ext.Window