Commit Graph

1953 Commits

Author SHA1 Message Date
Quincy Morgan 6fa7bfc067 Use autoprefixer for cross-browser CSS compatibility (close #7739) 2020-06-25 16:23:06 -04:00
Quincy Morgan 0c8cdcb6e3 Prevent text selection when dragging to resize sidebar or adjust imagery offset 2020-06-25 15:06:58 -04:00
Quincy Morgan a126437a38 Fix broken text entry in background offset input on touch devices 2020-06-25 11:56:17 -04:00
Quincy Morgan ae5bab86f1 Ensure the entire stack of divs containing the map has touch-action:none (re: #7708) 2020-06-25 11:50:54 -04:00
Quincy Morgan 748decd652 Prevent more pane controls from overflowing their containers on small window sizes 2020-06-24 16:21:14 -04:00
Quincy Morgan 17bf1b51e1 Improve handling of panels at small screen sizes 2020-06-24 14:20:10 -04:00
Quincy Morgan d3bb3debba Make pane padding wider to account for browsers that don't always display the scrollbar gutter 2020-06-24 13:40:28 -04:00
Quincy Morgan f1de29d27b Make the over-map controls and panes scale better to small screens 2020-06-24 13:18:24 -04:00
Quincy Morgan fd9a75f36c Improve handling of modals on small windows 2020-06-24 12:39:23 -04:00
Quincy Morgan e7eef051fa Be less expansive with touch action selector (re: #7708) 2020-06-19 11:21:05 -04:00
Quincy Morgan 2ed26611e1 Add documentation of scale factor parameters to custom background instructions (re: #7712)
Improve formatting of custom background instructions
2020-06-17 14:17:39 -04:00
Quincy Morgan b96401e29c Disable all touch actions in the map (re: #7708) 2020-06-16 17:26:53 -04:00
Quincy Morgan 0473243930 Add workaround for broken rapid tapping on iOS 13.4+ (close #7694) 2020-06-15 12:27:53 -04:00
Quincy Morgan 51f465c84e Flash disabled reason for zoom buttons on touch action (close #7699) 2020-06-12 14:18:31 -04:00
Quincy Morgan b40aeaaeab Fix bottom padding of map panes 2020-06-12 11:33:50 -04:00
Quincy Morgan 7c180cc5f3 Make modals wider on smaller screens 2020-06-10 09:40:02 -04:00
Quincy Morgan 2f2e0dcb94 Show combined length, area, and node count in the measurement panel for multiselections (close #7329) 2020-06-08 16:47:03 -04:00
Quincy Morgan 7fe82444c2 Make map pointer targets larger for pen and touch input (close #7643) 2020-06-01 12:25:16 -04:00
Quincy Morgan 5f13be88dc Disable pointer events on map background img tiles 2020-05-26 14:41:44 -04:00
Quincy Morgan 96c5efbb98 Fix node cursor CSS when in data/error/note select modes 2020-05-26 14:28:55 -04:00
Jacob Scherber e8233247d3 add highlight to multi-select hover 2020-05-23 15:06:58 -07:00
Quincy Morgan 640d22b298 Prevent default drag and drop of background tile images if interaction handlers don't prevent dragging for some reason 2020-05-21 14:06:28 -04:00
Quincy Morgan 49ea6d6938 Keep maxspeed field flexbox from overflowing 2020-05-21 11:13:35 -04:00
Quincy Morgan 7aedb396a9 Don't persist hover styles on touchscreens (close #7432) 2020-05-15 13:32:53 -04:00
Quincy Morgan 7a3a84b7b2 Remove broken "tail" functionality (close #7560) 2020-05-07 10:26:50 -07:00
Quincy Morgan 2b1180cbe5 Render pedestrian streets closer with highway=footway colors but full road width (close #7058) 2020-04-23 11:19:40 -07:00
Quincy Morgan 9634039f70 Add boardwalk preset and line styling (close #7518) 2020-04-23 10:52:06 -07:00
Quincy Morgan f0bc51f490 Don't render Bus Guideway preset icon in tan 2020-04-22 10:51:55 -07:00
Quincy Morgan a327fac4ed Fix cursor issue when hovering areas in some modes 2020-04-05 17:30:40 -07:00
Quincy Morgan 1ca3c9e4dd Fix incorrect cursors during certain modes 2020-04-05 17:24:23 -07:00
Quincy Morgan 85ce071704 Render "semi-paved" roads like cobblestone, paving stones, and wood with a solider line than unpaved roads (close #7466) 2020-03-26 19:26:29 -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 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 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 7e1cf64d0e Namespace DOM ids used in photo viewer (re: #7445) 2020-03-24 13:43:54 -07:00
Quincy Morgan 7e40cbbaf3 Fix photoviewer directional css 2020-03-22 17:15:47 -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 e391edcc5c Namespace various internal SVG ids under ideditor (re: #7445) 2020-03-22 14:39:40 -07:00
Quincy Morgan 5fd25601fe Convert map surface and supersurface from ids to classes 2020-03-21 13:41:06 -07:00
Quincy Morgan f2a687f68b Convert container from id to class 2020-03-20 15:08:56 -07:00
Quincy Morgan 371bac0aa2 Convert photoviewer from id to class 2020-03-20 14:07:09 -07:00
Quincy Morgan c893147e15 Convert some element ids to classes to avoid collisions when embedding iD 2020-03-20 13:53:17 -07:00
Quincy Morgan f625406ccc Convert some element ids to classes to avoid collisions when embedding iD
Clarify some footer class names
2020-03-20 13:43:07 -07:00
Quincy Morgan 152d89fa22 Convert some element ids to classes to avoid collisions when embedding iD 2020-03-20 13:10:39 -07:00
Quincy Morgan 9eb694faec Remove radial menu 2020-03-13 13:29:46 -07:00
Quincy Morgan 19dd609cb4 Update to temaki v3.19.0 (close #7409, re: #7068) 2020-03-03 09:40:54 -08:00
Quincy Morgan 10fe7b6e92 Fix relation member drag-and-drop 2020-02-27 19:02:15 -08:00
Quincy Morgan ad25f852fe Don't add extra bottom margin to last section 2020-02-27 13:26:53 -08:00
Quincy Morgan 5aab09845d Move the "zoom to this" button from the inspector to the map next to the zoom in/out buttons (re: #6601)
Use title case for the Zoom In and Zoom Out button labels
2020-02-26 19:59:09 -08:00
Quincy Morgan 2e238b8218 Fix JS error on clicking review request
Give different instances of the raw tag editor distinct classes and disclosure states
Correctly expand raw tags section by default when selecting a feature with a fallback preset
Fix raw tag editor tests
2020-02-26 14:51:32 -08:00