Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selecting a record in manager is not showing the pop-up information in Information panel in devext #846

Closed
azizaparveen opened this issue Sep 9, 2024 · 8 comments
Assignees
Milestone

Comments

@azizaparveen
Copy link
Collaborator

azizaparveen commented Sep 9, 2024

Describe the bug

Selecting a record in manager is not showing the pop-up information in Information panel in devext

Expected Behavior

It should show the pop-up info

Reproduction Steps & Sample

Test app: https://solutions.mapsdevext.arcgis.com/apps/instant/manager/index.html?appid=414bf95f3ca240faa98df7f5e0537ef9
To repro:

  1. Launch the test app.
  2. Select a record from the table.
  3. Notice the pop-up is not showing up in the information panel.
    image

Other Relevant Info

No response

@azizaparveen azizaparveen added 1-BUG Something isn't working Manager component labels Sep 9, 2024
@azizaparveen azizaparveen added this to the 2024.R03 milestone Sep 9, 2024
@azizaparveen
Copy link
Collaborator Author

@sumitzarkar could you please take a look into this soon, could be related to js api changes

@azizaparveen
Copy link
Collaborator Author

cc @sarahmcdonald7

@sumitzarkar
Copy link
Collaborator

sumitzarkar commented Sep 10, 2024

@azizaparveen

@jmhauck

  • We analyzed this and found this is due to changes in the calcite CSS we recntly updated calcite -components to 2.12.0

  • calcite is applying some CSS to the parent div of the info card and due to this the info contents are not rendered

    image

  • This can be fixed by overriding following two css properties on the parent div of the info-card node

    • position needs to be overrided and changed to unset
    • Change the z-index to 1000, otherwise the dropdown and date pickers goes behind the header or map
      image

  • This also fails in the edit-card code when the code tries to add an event on layer edit, and the on is not available on the layer instance. This seems to be a specific issue to this web map only and could be due to the subtype group layers
    image

@jmhauck - Please let us know your thoughts on this

@jmhauck
Copy link
Collaborator

jmhauck commented Sep 18, 2024

@sumitzarkar please use position: static and can I have the webmap id for the layer issue you mention?

@sumitzarkar
Copy link
Collaborator

@jmhauck

please use position: static and can I have the webmap id for the layer issue you mention?


  • Also we are observing multiple issue due to the changes in calcite. Here is one more issue in which the time picker is going behind the map or table, this is because calcite is changing z-index of multiple divs with this css .content ::slotted(:not(calcite-tip-manager)).
  • For now we are setting z-index to 0 to overcome this issue

image

@azizaparveen
Copy link
Collaborator Author

This looks good in devext, opened a separate issue on editing failing for sgl layers #896

@azizaparveen
Copy link
Collaborator Author

azizaparveen commented Oct 7, 2024

Seeing this issue again @sumitzarkar ,also seeing css issues, all three layout's side panel ui is messed up, could you please try to resolve this soon?
Test app : https://solutions.mapsdevext.arcgis.com/apps/instant/manager/index.html?appid=3b707d16ab6649cdb6dac78f2982a6d5
cc @sarahmcdonald7
image

@azizaparveen
Copy link
Collaborator Author

This looks good in devext.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants