Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ParaView ParaView
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,961
    • Issues 1,961
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 97
    • Merge requests 97
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaViewParaView
  • ParaViewParaView
  • Issues
  • #20226
Closed
Open
Issue created Sep 23, 2020 by W. Alan Scott@wascottMaintainer

text.Position is not updated correctly in Python

The Position and Position2 variables are not being updated correctly in Python. Here is how to replicate:

  • Linux, 5.8.0 and master, local server.
  • View/ Python View.
  • Enter the following text into the Python View.
text1=Text()
text1.Text="my text"
text1Display = Show(text1)
text1Display.WindowLocation = 'UpperCenter';
Render()
print text1Display.Position2, text1Display.Position
  • Bug - Position and Position2 should show that the text is in the upper middle of the view. They report back that text is in the lower left corner. This is a bug.
  • Bug - If you now open the Properties tab "Use Coordinates", these also show that the text is in the lower left corner. Again, this is a bug.
Edited Sep 23, 2020 by W. Alan Scott
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking