Quincy Morgan
dff4268256
Allow selection, deselection, and multiselection with the spacebar (re: #3843 )
...
Don't open the edit menu on single spacebar press
Open the edit menu for long spacebar press (re: #7577 )
2020-05-14 11:19:20 -04:00
Quincy Morgan
23714ba822
Position the edit menu above the anchor point if triggered via touch or stylus (re: #7577 )
...
Add additional code safety to behaivorSelect
2020-05-12 18:42:36 -04:00
Quincy Morgan
20fadf0b1a
Update the first two chapters of the walkthrough for non-mouse interaction
2020-05-10 12:02:36 -07:00
Quincy Morgan
e6fc7e221a
Fix menu position when long-pressing features on touchscreens (re: #7577 )
...
Improve comment
2020-05-10 10:59:56 -07:00
Quincy Morgan
95dc16b7a6
Update more mouse events to use pointer events if available (re: #5505 )
2020-05-08 16:10:15 -07:00
Quincy Morgan
edc32849c0
Use pointer events in raw tag editor when supported (re: #5505 )
2020-05-08 15:01:15 -07:00
Quincy Morgan
e838d06328
Use pointer events for the background offset on supported devices (re: #5505 )
2020-05-08 12:52:46 -07:00
Quincy Morgan
a16a95e32e
Use pointer events in welcome walkthrough chapter on supported devices (re: #5505 )
2020-05-08 12:09:35 -07:00
Quincy Morgan
a781847d6a
Use pointer events for resizing the photoviewer on supported devices (re: #5505 )
2020-05-08 12:01:38 -07:00
Quincy Morgan
77061e9c6c
Fix lint warnings
2020-05-08 09:42:02 -07:00
Quincy Morgan
38bc5131fa
Fix incorrect curtain positioning when iD's container doesn't match the window dimensions ( close #7551 )
2020-05-08 09:40:27 -07:00
Quincy Morgan
ff4eb971ac
Fix various issues that made the walkthrough non-completable
2020-05-07 13:27:20 -07:00
Wille Marcel
c12b846328
update osmcha url
2020-04-29 18:58:13 -03:00
Quincy Morgan
d7e5aa6735
Keep track of the initial hash parameters through multiple loads of the UI ( close #7504 )
2020-04-14 14:03:18 -07:00
Quincy Morgan
417caba3be
Fix issue where hashtags set in URL parameter would not be honored
2020-04-14 12:25:18 -07:00
Quincy Morgan
06f487140d
Switch order of from/to fields in route presets (re: #7479 )
...
Add Trolleybus Route preset (re: #7498 )
Remove Level field from Stop Position presets (close #7499 )
Add Stop Number field to transit platform-as-point presets (close #7492 )
Add Distance and Color fields to more route presets
Use field inheritance for several more route presets
2020-04-03 11:00:16 -07:00
Quincy Morgan
ca3a0f9dbc
Fix lint warnings
2020-04-02 11:12:10 -07:00
Quincy Morgan
8734b67821
Remove the context.intersects passthrough function
2020-04-01 15:36:53 -07:00
Quincy Morgan
60f7dc7c0b
Replace presets property of context with singleton
...
Remove utilPreset
2020-04-01 13:08:45 -07:00
Quincy Morgan
527faa7b42
Remove need for coreContext in presetIndex
2020-04-01 11:25:45 -07:00
Quincy Morgan
a58abe3c6f
Move localStorage interface from a property of coreContext to a corePreferences function
2020-04-01 11:00:48 -07:00
Quincy Morgan
c49deee86c
Fix nested popover selection issues
2020-03-31 15:57:59 -07:00
Quincy Morgan
170cf0beea
Add isFirstSession property to context
2020-03-31 15:45:52 -07:00
Quincy Morgan
dffb21a730
Fix issue with prerequisiteTag
2020-03-31 13:15:03 -07:00
Quincy Morgan
a1af118f0e
Ensure locales and presets are loaded before the UI loads ( close #7406 )
...
Consolidate localization behavior and init to a coreLocalizer function and singleton
Explicitly support `en-US` locale
Rename coreData to coreFileFetcher and export a singleton rather than using a property of coreContext
Add `apiConnections` property of coreContext to simplify adding a source switcher
Replace some init functions with re-callable, promise-supporting `ensureLoaded` functions
Make coreContext itself load the UI if a container has been specified at init time
Fix code tests
2020-03-31 12:23:31 -07:00
Quincy Morgan
89ed2b4d0d
Don't use global selector in uiPopover (re: #7445 )
2020-03-29 10:43:05 -07:00
Quincy Morgan
a1a398650f
Instantiate uiFlash only once as a property of the UI and remove global selection (re: #7445 )
2020-03-29 10:22:58 -07:00
Quincy Morgan
74e7a108a9
Remove global selection from walkthrough (re: #7445 )
2020-03-29 10:19:59 -07:00
Quincy Morgan
7f9b1d0e9a
Account for container offset when positioning combobox dropdowns ( close #7458 )
2020-03-29 09:54:48 -07:00
Quincy Morgan
a7e639d514
Make the field geometry property accept multiple types
...
Make the Elevation field only universal for nodes (re: #5719 )
Remove the elevation field from route presets (close #7479 )
2020-03-28 13:57:06 -07:00
Quincy Morgan
4a67e8c5dc
Remove delay in opening the edit menu
...
Don't show the edit menu for multiple selected relations
Streamline edit menu code, replacing the confusing "suppressMenu" system
2020-03-26 12:48:30 -07:00
Quincy Morgan
37b1f35ab4
Properly switch the edit menu tooltip side depending on space
2020-03-25 15:34:02 -07:00
Quincy Morgan
13c8753c11
Reuse the uiEditMenu instead of recreating it every time the operations change
2020-03-25 14:49:24 -07:00
Quincy Morgan
5c2a96dedb
Fix issue where the edit menu would not disappear sometimes ( close #7143 )
...
Properly disable dragging the map under the edit menu for pointer events (re: #5505 )
2020-03-25 14:33:42 -07:00
Quincy Morgan
ad327befc7
Move keybindings from map panes to uiInit
2020-03-25 13:59:09 -07:00
Quincy Morgan
9731b93cec
Move uiTooltipHtml functionality into uiTooltip
...
Refactor uiEditMenu to use standard UI patterns instead of SVG
2020-03-25 12:22:10 -07:00
Quincy Morgan
d62a62cba8
Make popover and tooltip part of the UI module instead of utils
2020-03-24 17:32:09 -07:00
Quincy Morgan
14da8cb7a7
Make iD's container a local stacking context ( close #7457 )
...
Move some inline CSS to the stylesheet
2020-03-24 16:15:06 -07:00
Quincy Morgan
0931459dba
Reduce use of global selection (re: #7445 )
2020-03-24 13:02:06 -07:00
Quincy Morgan
5a0d0bf653
Fix focusing of changeset comment field upon save
2020-03-24 13:01:30 -07:00
Quincy Morgan
ece8b90be2
Don't use global selection in intro (re: #7445 )
2020-03-24 11:36:34 -07:00
Quincy Morgan
21f8404deb
Show change count in document title ( close #6209 )
...
Make title format translatable
Don't show lat/lon location in title
Select corresponding features upon hash change
2020-03-24 10:17:46 -07:00
Quincy Morgan
f0cb8ffb25
Merge branch 'develop' into fix-history
2020-03-23 14:12:14 -07:00
Quincy Morgan
628b53eff6
Fix error upon changing raw changeset tags
2020-03-23 14:07:40 -07:00
Quincy Morgan
a3ae06001a
Fix issue where upload would be blocked despite changeset comment
2020-03-23 14:04:08 -07:00
Quincy Morgan
e340111a2a
Fix issue where field geometry restrictions were not obeyed
2020-03-23 12:01:29 -07:00
Quincy Morgan
d669bbef2a
Update various files for removal of master branch
2020-03-23 10:43:52 -07:00
Quincy Morgan
36082a8119
Use ideditor as the container class instead of id-container
...
Scope all CSS to iD's container (close #7437 )
Don't style html or body elements unless running standalone iD
2020-03-22 16:54:12 -07:00
Quincy Morgan
ecba6ce48d
Remove d3_selectAll from osmose_details.js
2020-03-22 15:14:37 -07:00
Quincy Morgan
e391edcc5c
Namespace various internal SVG ids under ideditor (re: #7445 )
2020-03-22 14:39:40 -07:00