IDEA
|
The dialog component with "drag-enabled" and "resizable" properties true, must have an option to persist the size and/or position of the dialog component after moving/resizing and closing. Currently you can open the component, move and resize it, but after closing and opening it again, the component position and size defaults to the original state. Please add an optional property to persist the size and/or position of the component after closing and reopening.
... View more
2 weeks ago
|
0
|
0
|
82
|
POST
|
How can the position and size of a calcite-dialog component with resizable and drag-enabled be persisted after closing and opening the dialog? Currently, the dialog can be moved, but after closing and opening it, the dialog returns to the position and size set by the placement and width properties. For now I am using a ResizeObserver to watch for size changes of the <div class="dialog"> element in the shadowroot, storing the width and height before closing the dialog, and then applying the style to the dialog after it opens again - this works. I'm also using a MutationObserver to do the same for the position, which works to position the dialog after reopening, but as soon as you drag the dialog, it jumps back to the placement position (the transform: translate CSS property is basically reset).
... View more
05-06-2025
11:31 PM
|
0
|
0
|
195
|
POST
|
With the 4.32 release of the Javascript SDK, the Track widget has become deprecated and the Track component is preferred. With the old widget you could set the rotationEnabled property, but there is no similar option with the web component. Is there any way to control the view rotation with the new web component? The TrackViewModel also lacks a property to set the rotation option.
... View more
03-14-2025
01:41 AM
|
0
|
2
|
269
|
POST
|
Very belated, but you must access the "EnterpriseUsers" class differently users = admin.security.enterpriseusers Then you can modify user properties users.update("username", "idp_username")
... View more
10-18-2024
06:23 AM
|
0
|
0
|
239
|
POST
|
We have tested a different solution for some users, which seems to solve the issue. On Windows the default graphics backend is D3D11. If you change this to OpenGL, the graphics and feature layers seem to be working as expected. To change the graphics backend, go to chrome://flags/#use-angle (Chrome) or edge://flags/#use-angle (Microsoft Edge), change the "Choose ANGLE graphics backend" option to "OpenGL" and relaunch the browser.
... View more
09-17-2024
12:29 AM
|
1
|
1
|
705
|
POST
|
With the new calcite-dialog component, when closing other "closable" elements contained within the dialog, the dialog also closes. The happens with panels (inside a shell panel) and other dialogs. Also, placing a calcite-shell component within the dialog, you need to resize it manually so that it does not cover the dialog header and footer components. Here is a Codepen to demo the issues: https://codepen.io/fcbasson/pen/YzoazZE This did not happen before the 2.11.x release. It seems that the close button for all closable elements is a calcite-action component with a data-test="close" attribute, which is also now true for the calcite-dialog component, but it was not for the deprecated calcite-modal component. So if you click the close button with the data-test="close" attribute inside a dialog, the event bubbles up and also closes the dialog. Are there any other components to achieve the desired functionality?
... View more
08-20-2024
11:13 PM
|
0
|
3
|
688
|
POST
|
With reference to the documentation at Use URL parameters to create and modify maps, the examples for constructing a URL to open a AGOL web map at a specific location and zoom level, work for Chromium desktop browsers. When the same URL is opened in the mobile version of the browser (also in developer tools with device set to mobile), the URL parameters fail and the web map opens at 0,0. Here is an example URL: https://www.arcgis.com/apps/mapviewer/index.html?center=20,45&level=10 Result for desktop browser: Result for mobile version: Theses results are the same for Chrome and Edge, but in Firefox it works as expected.
... View more
03-22-2024
12:37 AM
|
0
|
1
|
616
|
POST
|
Hi @mgeorge I can confirm from a second client, also with a Intel HD Graphics 4000, that the same issue persists in the MapView for the Graphics Layer. The Feature Layer displays correctly.
... View more
03-20-2024
07:37 AM
|
0
|
0
|
1260
|
POST
|
I got a reply from the client and interestingly enough, the graphics of the Feature Layer example (2nd link) are visible, but not the graphics from the example in the first link.
... View more
03-20-2024
12:12 AM
|
0
|
0
|
1261
|
POST
|
@mgeorge thanks for the follow up. I'll check with the clients experiencing the issue and get back to you.
... View more
03-19-2024
09:01 PM
|
0
|
0
|
1889
|
POST
|
I can imagine that this would not be an easy task. The PC in question is definitely older than 5 years. In the meantime, we have received similar issues from other clients, also with older PCs I suspect. I'll try to get the PC info for them too.
... View more
03-15-2024
11:33 AM
|
1
|
5
|
1960
|
POST
|
Hi @Sage_Wall Here is an update to your codepen with the code that breaks the select (see line 51). https://codepen.io/fcbasson/pen/jORMyVy I want the group layers to not be sortable/draggable, but the sublayers can be sorted and dragged.
... View more
03-14-2024
03:37 AM
|
1
|
2
|
1185
|
POST
|
Hi @AndyGup Yes, the apps with graphic layers work on other PCs. It is only this one that is a headache. - PC make and model >> Proline (desktop) - Operating system and version - Intel Graphics card driver name and version - browser and version >> Chrome 122.0.6261.113 (Official Build) (64-bit)
... View more
03-13-2024
11:22 PM
|
1
|
0
|
2046
|
Title | Kudos | Posted |
---|---|---|
1 | 09-17-2024 12:29 AM | |
1 | 03-15-2024 11:33 AM | |
1 | 03-13-2024 11:20 PM | |
1 | 03-13-2024 11:22 PM | |
1 | 03-14-2024 03:37 AM |
Online Status |
Offline
|
Date Last Visited |
Tuesday
|