Opened 12 years ago
Closed 12 years ago
#8164 closed enhancement (fixed)
dojox.grid: performance enhancement - don't renormalize header heights as often
Reported by: | Nathan Toone | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX Grid | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
We can eliminate an extra call to renormalizeHeaderHeight (which is a bit heavy) if we pass the value that we get in _resize to the adaptHeight call.
Note: See
TracTickets for help on using
tickets.
Fixed in [15869]