Commit Graph

167 Commits

Author SHA1 Message Date
John Firebaugh
20c5209aad Update togeojson.js to 0.3.0 2013-09-25 15:01:04 -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
223974d6a7 Revert to stopPropagation when suppressing click 2013-07-29 12:21:35 -07:00
John Firebaugh
1f96bed685 Improve combobox scrolling behavior 2013-07-22 15:23:17 -07:00
John Firebaugh
11bbfebdc6 Merge remote-tracking branch 'mourner/master' 2013-07-22 14:43:57 -07:00
John Firebaugh
e3755fe7ee Update d3 to 3.2.7 2013-07-22 12:50:16 -07:00
Vladimir Agafonkin
454eecae8f replace RTree with RBush 2013-07-21 17:20:14 +03: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
9f8df295bd Update D3 to 3.2.1 2013-06-20 13:10:32 -07:00
John Firebaugh
bba761d8ea size -> dimensions
D3 3.2 adds selection.size, where size means "number
of selected elements".
2013-06-20 13:05:20 -07:00
John Firebaugh
d2e2d4fbed Avoid resetting input values on every change
For some reason this invalidates and repaints the
entire page.
2013-06-19 17:05:03 -07:00
John Firebaugh
4da529fea5 Avoid textContent-related layout thrashing
See https://bugzilla.mozilla.org/show_bug.cgi?id=725221,
https://bugzilla.mozilla.org/show_bug.cgi?id=873425.
2013-06-19 13:23:39 -07:00
John Firebaugh
0724e204e8 Don't preventDefault on mousedown events
This prevents focus/blur events from getting dispatched,
which was the root cause of #1295.

Fixes #1295.
2013-05-31 14:27:37 -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
e913d564d9 Fix field placeholders 2013-05-28 11:29:31 -07:00
John Firebaugh
79737d2cd0 Work toward making inspector persistent 2013-05-26 13:36:21 -07:00
Tom MacWright
d0f5fc4637 Bump osm-auth to 0.2.1 with ohauth update 2013-05-08 10:42:26 -04:00
John Firebaugh
a540759a8e Manually apply d3 clipExtent fix (fixes #1406) 2013-05-04 11:26:50 -07:00
John Firebaugh
5ea93539ad Update d3 to 3.1.5 2013-04-23 15:03:00 -07:00
John Firebaugh
e0d6337a1e End zoom if somehow we miss the mouseup (#1326) 2013-04-23 15:00:45 -07:00
John Firebaugh
7d6274beed Fix an event binding leak 2013-04-20 12:40:44 -07:00
John Firebaugh
d04695da3b Update osm-auth 2013-04-17 16:23:38 -07:00
Tom MacWright
115ed4b4bb Update osmauth to support pre-auth 2013-04-15 11:29:23 -07:00
John Firebaugh
1f44b45570 Rename variable 2013-04-06 17:57:59 -07:00
John Firebaugh
7e2485dd87 Capture better stack traces 2013-04-03 16:41:32 -07:00
John Firebaugh
ff3405ae02 Reapply 92ceae9 2013-04-03 16:29:28 -07:00
John Firebaugh
fb16dc8af6 Custom d3 3.1 build (fixes #1232) 2013-04-02 15:00:32 -07:00
John Firebaugh
261e901a91 Fix console reference for IE
https://app.getsentry.com/id/id/group/4402396/
2013-04-02 13:55:10 -07:00
Ansis Brammanis
e82df13a28 wikipedia input field 2013-04-01 15:55:37 -04:00
Ansis Brammanis
bc8ab73d1f more restrictive click blocking in intro
block clicks immediately after selecting road to
prevent other selections
2013-03-29 12:50:05 -04:00
Tom MacWright
594c8fa00a Remove sha1 2013-03-28 17:10:26 -04:00
Tom MacWright
936d1bd403 Use osm-auth instead of iD.OAuth.
It's a drop-in replacement and not seeing any issues with this switch
atm other than ones that were pre-existing - specifically the user shown
in the save dialog sometimes not being present or being out of date, but
the save still being correct.
2013-03-28 16:48:03 -04:00
Ansis Brammanis
92ceae911c Fix click suppression in d3 zoom behavior
This should be included in the next version of d3
2013-03-28 13:18:58 -04:00
Ansis Brammanis
0435c4793c better positioned walkthrough tooltips 2013-03-28 11:58:56 -04:00
Ansis Brammanis
d9e4acfcc9 Add "Start mapping" button to walkthrough 2013-03-27 18:22:05 -04:00
Ansis Brammanis
e4be5cddd9 walkthrough tweaks 2013-03-27 17:35:05 -04:00
Ansis Brammanis
f3638d5974 only highlighted window is clickable
during the walkthrough
2013-03-27 17:16:53 -04:00
Saman Bemel-Benrud
4fc03b5c7c style adjustments to walkthrough. 2013-03-27 15:55:05 -04:00
Ansis Brammanis
b8f17f1ee7 Add classes to walkthrough tooltips 2013-03-27 15:44:45 -04:00
Tom MacWright
b59f28424c Translatable documentation, Fixes #1108
* Adds Marked
* Fixes a global leak in toGeoJSON
* Removes marked from package.json
* Adds documentation to core.yaml
* Removes stray console.log from tests
2013-03-27 14:34:34 -04:00
John Firebaugh
18aa33ba97 Missed a const in d0667e 2013-03-27 10:50:07 -07:00
John Firebaugh
d0667e2bf2 const -> var
`const` is a syntax error on IE. We need to be able to
at least show the "not supported" message.

https://app.getsentry.com/id/id/group/4023045/
2013-03-26 12:31:47 -07:00
Ansis Brammanis
79a4a3b92c prefer english localization to default 2013-03-26 14:56:55 -04:00
Ansis Brammanis
d6df439360 Merge remote-tracking branch 'systemed/master' into intro
Conflicts:
	build.js
	data/locales.js
2013-03-26 13:17:35 -04:00