#760 closed defect (fixed)
combo box typo
Reported by: | dylan | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
line 133 of widget/html/ComboBox.js, what is twe?
for(var x = 0; x < dist; x++){ var te = document.createEvent("KeyEvents"); te.initKeyEvent("keypress", true, true, null, false, false, false, false, tcc, tcc); twe.dispatchEvent(te); }
Change History (3)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
these appear to be copy/paste errors from netWindows. Fixed in [4140]
Note: See
TracTickets for help on using
tickets.
Another one, in widget/ComboBox.js:
What is tti?