Closed GoogleCodeExporter closed 9 years ago
Thank you for your detailed report.
What happens is that every time the value is changed Firebug emits an event.
The CSS-X-Fire extension listens for these events and simple makes an
XmlHttpRequest to the IDE for each one of these. The problem is not
communication speed - its more about the increasing queue of processing that
occurs within the IDE for each one of these events. The larger the project the
larger the impact...
I will need to implement some kind of throttling or timer to avoid DOS:ing when
using the arrow keys.
Original comment by ronnie.k...@gmail.com
on 1 Apr 2011 at 9:19
Fixed for next release (1.16)
Original comment by ronnie.k...@gmail.com
on 2 Apr 2011 at 1:05
Original issue reported on code.google.com by
patrick....@googlemail.com
on 1 Apr 2011 at 9:03