Azure / LogicAppsUX

https://learn.microsoft.com/azure/logic-apps
MIT License
74 stars 80 forks source link

Service Bus When a message is received in a queue (auto-complete) #1204

Closed Eric-B-Wu closed 1 year ago

Eric-B-Wu commented 1 year ago
  1. Goto Existing Workflow
  2. Add new Action
  3. Select Service Bus - When a message is received in a queue (auto-complete) or When a message is received in a queue (peek-lock) action or any action with a parenthesis in its name
  4. Try to create a new action below it
  5. Designer crashes with DOMException: Failed to execute 'querySelector' on 'Document': '#msla-edge-button-When_a_message_is_received_in_a_topicsubscription(auto-complete)-Initialize_variable' is not a valid selector.

AB#16013162

Eric-B-Wu commented 1 year ago

Looks like this is happening to all actions with a parenthesis in its name

hartra344 commented 1 year ago

I'm not able to repro this. (Though this video does have multiple other bugs)

https://user-images.githubusercontent.com/13208452/198147746-1ed2f24f-f7e5-4341-ad4c-4c284359e8de.mp4

Eric-B-Wu commented 1 year ago

hmm maybe its not all titles with parenthesis, but this was what I see with When a message is received in a queue (peek-lock) edge error

Eric-B-Wu commented 1 year ago

no longer seeing this issue, will be closing for the time-being