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

x en y position directly after Pipe instead of after all properties #723

Open
jjansenvr opened this issue Apr 8, 2022 · 0 comments
Open
Labels
bug Something isn't working Discussion Ongoing discussion

Comments

@jjansenvr
Copy link

jjansenvr commented Apr 8, 2022

Describe the bug
I think it is more clear to write the X and Y position of a pipe directly after its name. now it might be mixed up in the normal attributes

<XsltPipe
name="createLogMessageForSplunk"
styleSheetName="FxfReceiver/xsl/createLogMessageForSplunk.xsl"
getInputFromFixedValue="<dummy/>" flow:x="660" flow:y="600"

<XsltPipe flow:x="660" flow:y="600"
name="createLogMessageForSplunk"
styleSheetName="FxfReceiver/xsl/createLogMessageForSplunk.xsl"
getInputFromFixedValue="<dummy/>"

Reporter
jjansenvr

Category
Use the following Tags to categorize your bug report

  • Explorer
  • Editor
  • Flow
  • Pipe options
  • Palette
  • Settings

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here. (f.e. ladybug report, console error or test adapter with larva test)

@jjansenvr jjansenvr added the bug Something isn't working label Apr 8, 2022
@diedekerkhof diedekerkhof added this to the Backlog milestone Apr 29, 2022
@diedekerkhof diedekerkhof added the Discussion Ongoing discussion label Apr 29, 2022
@nielsm5 nielsm5 removed this from the Backlog milestone Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Discussion Ongoing discussion
Projects
Status: No status
Development

No branches or pull requests

3 participants