Expand my Community achievements bar.

Got questions about Workfront Governance? Join our upcoming Ask Me Anything session on February 12th!

Allow text formatting in Project and Task details

Avatar

Level 2

6/15/17

Just as you have the ability in this Details box to format your fonts with bold, italic, bullets, numbers, etc, we would like to be able to do in our project and task details, as well as custom forms.

2 Comments

Avatar

Level 2

9/28/17

Agreed... it would be easy to add JavaScript control (like the one at the top of this textarea... the one where I'm currently editing & formatting this comment)

Some other suggestions...

  1. make the edit box area larger or make it resizeable
  2. add a `dirty` flag that prevents losses while editing the field... I don't know how many times I've lost my changes because I've changed the status field before saving the changes in the task details. The `dirty` flag should prompt the user about unsaved changes prior to reloading the page.
    Alternatively, make updates to the status field via JSON so that the page does not neet to reload.