marcardar / transcriptstudio-isha

Automatically exported from code.google.com/p/transcriptstudio4isha
0 stars 0 forks source link

Flex: Don't automatically change markupType of selection #167

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Consider the following situation:

1. User selects text and marks it (default markup type is set to topic)
2. User changes markupType (to Question for example)
3. User searches for a category
4. User selects a category which doesn't have 'Question' as one of it's
defined types
5. User observes that the markup type is changed from the one he selected
in step 2, to one of the markupTypes associated with the category in the
reference file.

This should not happen.

(This needs to be done so that we can get away with assigning only one
markup type per category - which we want to do so that filtering by markup
type gives properly partitioned listings - i.e. all questions doesn't
include some topics also - and means that when we list "all topics" we know
that none of them will be listed when applying the questions filter).

Original issue reported on code.google.com by swami.ke...@gmail.com on 15 Aug 2009 at 10:44

GoogleCodeExporter commented 9 years ago
fixed in r512

Original comment by swami.ke...@gmail.com on 27 Aug 2009 at 8:07