Commit Graph

43 Commits

Author SHA1 Message Date
Bryan Housel
f8a99d03e2 If combobox is open, clicking on carat should close it 2014-07-21 14:32:10 -04:00
John Firebaugh
3e2968310b Ensure "New Relation..." is always available (fixes #2066) 2014-01-03 13:00:36 -08:00
Adam Solove
d5d4def18e Fix for Safari selection bug in combo box. 2013-12-10 19:16:47 -05:00
John Firebaugh
8c30278d2d Show all combobox entries when clicking the caret (fixes #1755) 2013-10-11 15:18:10 -07:00
John Firebaugh
04f0806ce2 Fix misspelling 2013-10-11 15:18:10 -07:00
John Firebaugh
416a92f5f5 Don't show combobox menu with only one item 2013-10-11 14:20:31 -07:00
John Firebaugh
37a77879c7 Filter on combobox value, not title (fixes #1836) 2013-09-30 12:45:20 -07:00
John Firebaugh
605e44952e Prevent loss of focus when clicking on combobox menu
Fixes #963
2013-08-13 17:34:10 -07:00
John Firebaugh
1f96bed685 Improve combobox scrolling behavior 2013-07-22 15:23:17 -07:00
John Firebaugh
c4cb8729eb Fix tab behavior in tag list 2013-06-21 20:10:35 -07:00
John Firebaugh
24d3333d89 Remove logging 2013-06-21 19:52:09 -07:00
John Firebaugh
f3a089d837 Fix combobox autocomplete behavior for taginfo 2013-06-21 19:51:44 -07:00
John Firebaugh
aecb07a41a Refining combobox behavior, with tests 2013-06-21 19:23:54 -07:00
John Firebaugh
c8da4851e1 Remove unused second fetcher parameter 2013-06-21 14:30:30 -07:00
John Firebaugh
153c34115e Remove unused 2013-06-21 14:18:58 -07:00
John Firebaugh
8a3cb6d5f0 Inline 2013-06-21 14:07:08 -07:00
John Firebaugh
f02df04102 Ensure all combobox inputs have a carat
Previously, the second combobox input for a given parent
element would wind up without a carat, because the data
bind would match the first carat.

Fixes #1549.
2013-05-30 15:50:40 -07:00
John Firebaugh
79737d2cd0 Work toward making inspector persistent 2013-05-26 13:36:21 -07:00
John Firebaugh
7d6274beed Fix an event binding leak 2013-04-20 12:40:44 -07:00
John Firebaugh
1f44b45570 Rename variable 2013-04-06 17:57:59 -07:00
Ansis Brammanis
e82df13a28 wikipedia input field 2013-04-01 15:55:37 -04:00
John Firebaugh
afe5aa788c d3.combobox should be called on input element 2013-03-25 12:11:39 -07:00
John Firebaugh
8bbd828324 Simplify 2013-03-25 12:11:39 -07:00
John Firebaugh
a3d2411967 Reuse input variable 2013-03-25 12:11:39 -07:00
Saman Bemel-Benrud
9321a860ce adding controls for 'number' input type. 2013-03-13 15:32:20 -04:00
Ansis Brammanis
057051f906 fix mousedown on combobox caret 2013-03-11 16:59:18 -04:00
Ansis Brammanis
f74dc5f229 clicking on combobox caret behaves the same as input 2013-03-11 16:35:45 -04:00
Ansis Brammanis
00464b44b2 combobox mousedown now toggles options
fixes #958
2013-03-11 12:07:14 -04:00
Ansis Brammanis
512fe877b7 fix combobox position on scroll
fixes #948
2013-03-10 15:53:35 -04:00
Ansis Brammanis
cef5726813 update index, style tweaks 2013-03-10 01:45:14 -05:00
Tom MacWright
d8e7936d8a Fix CORS error catching on save. Fixes #788. Fixes #451 2013-03-05 14:44:27 -05:00
Ansis Brammanis
a32858caa5 Only debounce taginfo for taglist autocompletion 2013-02-26 12:39:35 -05:00
Ansis Brammanis
051e05dcf7 return after hiding combobox 2013-02-26 11:37:34 -05:00
Ansis Brammanis
b247191f62 stop leaving combobox divs lying around 2013-02-26 10:38:41 -05:00
Ansis Brammanis
cdec43359d Fix combobox mousedown and drag 2013-02-19 19:33:04 -05:00
Yohan Boniface
6d1fa6b258 Do not show combobox if input has lost focus 2013-02-19 21:35:04 +01:00
Ansis Brammanis
2b4cfe87d0 Fix async combobox 2013-02-19 13:14:12 -05:00
Ansis Brammanis
9b5f506694 Add autocompletion to combobox
Also, don't filter results with input value
when selecting the combobox, so that it
behaves like a select input in this case.
2013-02-19 00:09:46 -05:00
Ansis Brammanis
6330137964 Combobox now settable using select input approach 2013-02-18 18:15:55 -05:00
Ansis Brammanis
876a406e70 Fix combobox bugs
- size and position is recalculated for each
  update so that it works even if input
  isn't rendered when combobox is called
- adds caret differently, for same reason as above
- adds combobox to body to prevent scrolling issues
2013-02-18 16:56:11 -05:00
John Firebaugh
eadf460b55 Fix global leaks 2013-02-16 09:02:23 -08:00
Tom MacWright
eb999c47c6 Switch to comboboxes 2013-02-01 17:54:55 -05:00
Tom MacWright
8eb04ddb4d combobox 2013-01-31 19:41:52 -05:00