Cannot Move Actions Logic Apps ( Javascript ? / DND ? )
Categories
(Core :: DOM: Editor, defect)
Tracking
()
People
(Reporter: eliotcole, Unassigned)
Details
Attachments
(1 file)
|
22.73 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0
Steps to reproduce:
A Microsoft coder has stated that the designer code for both Logic Apps and Power Automate (PA) designer V2 has not changed for a very long time (months/years).
Logic Apps Cannot Move Actions Steps:
- Build Logic App with actions
- Ensure that there are parallel tasks
- Attempt to move an action
If you need to see this in action and do not have an account to attempt this with a consumption licence, you can see how it should work by making a Power Automate (PA) flow using the free licence and free actions, then drag the actions around the screen and change the logic.
This does not work in either of the available 'designers' in Logic Apps:
- Main designer / default (PA equivalent = V2)
- Preview designer (PA equivalent = V3)
If you wish to change designers in PA you can save your flow then change the URL query to?v3=falseto get to the V2 designer.
Power Automate Cannot Auto-populate Expressions Steps:
- Log in to free account
- Enable experimental features:
- Tap cog in the top right
- Tap 'View all Power Automate Settings'
- Switch the toggle for 'Experimental features' to "On"
- Build button flow:
- Create a new 'Instant cloud flow' and select the 'Manually trigger a flow' ( a 'button' flow ) to continue
- Add a 'Compose' action, and enter "hello world" in the input field
- Save the flow
- Test expression autofill:
- In the Compose action open the expression editor
- Start to type
toLower()
You will note that it does not complete the word.
Similarly, if you open a single quote' it will not automatically close it. Nor will it wrap a word with them if you highlight the word.
All these actions worked not long ago.
All these actions work fine in Edge for Business latest version.
Completely understand if this needs to be broken into two issues.
Actual results:
- Logic Apps Action Move - Nothing happens other than a 'blocker' symbol appears as if to say the action is not allowed to be moved.
- Power Automate Expressions - Nothing is autofilled or quote-wrapped.
Expected results:
- Logic Apps Action Move - The action should move where it is dragged and dropped.
- Power Automate Expressions - An expression should offer to autocomplete, and quotes should either autocomplete or wrap selected text.
| Reporter | ||
Comment 1•2 years ago
|
||
Issue Links
These are the main links which I think may assist you with more information:
- Webcompat - https://github.com/webcompat/web-bugs/issues/133233
- Microsoft Logic Apps UX - https://github.com/Azure/LogicAppsUX/issues/4154
Confirmation of statements
This is where Microsoft confirmed that their 'old' designer code has not been updated in about a year and a half:
https://github.com/Azure/LogicAppsUX/issues/4154#issuecomment-1934610106
This is the same Microsoft coder indicating that there may be an issue in how Mozilla is handling DND (Drag n' Drop) from recent updates:
https://github.com/webcompat/web-bugs/issues/133233#issuecomment-1936438306
Comment 2•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::DOM: Editor' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 3•2 years ago
|
||
Eliot Cole: Thank you for the report, but we need to treat only one issue in a bug. Could you file a new bug for one of them and edit comment in this bug to delete things for the other bug to avoid confusion? (Even we cannot edit comments of other people.)
| Reporter | ||
Updated•2 years ago
|
| Reporter | ||
Comment 4•2 years ago
|
||
I have edited the title, I cannot change the description wording ... hence my second / initial comment
Comment 5•2 years ago
|
||
Eliot Cole: per https://github.com/Azure/LogicAppsUX/issues/4154#issuecomment-1948482593 and https://github.com/webcompat/web-bugs/issues/133233#issuecomment-1948467853, it looks like it works now?
| Reporter | ||
Comment 6•2 years ago
|
||
Hi, @Edgar, yes, this is now working.
I would assume whatever the latest changes to Nightly are have resolved this.
Have set resolution.
Description
•