It is quite difficult to modify the text in V1. I often copied from my Outlook to V1 to save typing time.
After copying, if with bullet, it gets all mess-up. My question is that is there any way to edit NOT in text mode?
QA Specialist
Averna Technologies Inc.,
Tel: (514) 842-7577 x525
Email: ju...@averna.com
The other bad thing about text in VersionOne is that if you extract the text from description fields using the VersionOne API, you will get text intermingled with HTML markup and it is often unusable. This is greatly amplified if you copy text from another source (such as a Word document). It’s unfortunate that copying text from other documents is so hard with VersionOne.
Bryan
--
You received this message because you are subscribed to the Google Groups "VersionOne-users" group.
To post to this group, send email to versiono...@googlegroups.com.
To unsubscribe from this group, send email to versionone-use...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/versionone-users?hl=en.
The other bad thing about text in VersionOne is that if you extract the text from description fields using the VersionOne API, you will get text intermingled with HTML markup and it is often unusable. This is greatly amplified if you copy text from another source (such as a Word document). It’s unfortunate that copying text from other documents is so hard with VersionOne.
Bryan
From: versionone-users@googlegroups.com [mailto:versionone-users@googlegroups.com] On Behalf Of June Lin
Sent: Tuesday, April 24, 2012 10:46 AM
To: versionone-users@googlegroups.com
Subject: Text format
It is quite difficult to modify the text in V1. I often copied from my Outlook to V1 to save typing time.
After copying, if with bullet, it gets all mess-up. My question is that is there any way to edit NOT in text mode?
QA Specialist
Averna Technologies Inc.,
Tel: (514) 842-7577 x525
Email: ju...@averna.com
--
You received this message because you are subscribed to the Google Groups "VersionOne-users" group.
To post to this group, send email to versionone-users@googlegroups.com.
To unsubscribe from this group, send email to versionone-users+unsubscribe@googlegroups.com.
In V1, user is allowed to put bullet when editing the Description, Step, Expected Results..... The end result is it all gets mess-up. So, for me it is bug.
From: versiono...@googlegroups.com [mailto:versiono...@googlegroups.com] On Behalf Of ibuchanan
Sent: April-24-12 12:15 PM
To: versiono...@googlegroups.com
Subject: Re: Text format
Bryan,
I don't have much to say about the editor itself but I'm inclined to jump in when the API is mentioned. However it gets there, the description field is often filled with crazy HTML. Fortunately, it's not that hard to strip it out when you access it programmatically. For example, in .NET you can "wash it with regex":
string plainTextDescrption = Regex.Replace(defect.description.ToString(), @"<(.|\n)*?>", string.Empty);
Yours truly,
Ian Buchanan
Product Manager for Platform and Integrations
On Tuesday, April 24, 2012 11:58:19 AM UTC-4, BCW wrote:
The other bad thing about text in VersionOne is that if you extract the text from description fields using the VersionOne API, you will get text intermingled with HTML markup and it is often unusable. This is greatly amplified if you copy text from another source (such as a Word document). It’s unfortunate that copying text from other documents is so hard with VersionOne.
Bryan
From: versiono...@googlegroups.com [mailto:versiono...@googlegroups.com] On Behalf Of June Lin
Sent: Tuesday, April 24, 2012 10:46 AM
To: versiono...@googlegroups.com
Subject: Text format
It is quite difficult to modify the text in V1. I often copied from my Outlook to V1 to save typing time.
After copying, if with bullet, it gets all mess-up. My question is that is there any way to edit NOT in text mode?
QA Specialist
Averna Technologies Inc.,
Tel: (514) 842-7577 x525
Email: ju...@averna.com
I have not logged an idea on this with VersionOne but also find the text editing to be clumsy at times, especially in use of bulleted lists and getting the fonts/sizes you would want when copying text from other sources. Improving this would be appreciated by our team for sure. Also, in-line graphics or ability to have links to attachments would be nice, especially since attachments don’t get propagated forward when copying or splitting Stories or Defects…or changing it so the attachment references are available on all copies/splits.
Regards, John
Sr. Software Manager
Mitchell1
“Even if you’re on the right track, you’ll get run over if you just sit there.” –Will Rogers