[xmlhammer-dev] [ xmlhammer-Bugs-1752448 ] Saving preferences causes schemaLanguage field change
Brought to you by:
edankert
From: SourceForge.net <no...@so...> - 2007-10-01 19:09:27
|
Bugs item #1752448, was opened at 2007-07-12 07:35 Message generated for change (Settings changed) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1752448&group_id=145971 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Interface Group: rc-2 >Status: Closed Resolution: Fixed Priority: 7 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Saving preferences causes schemaLanguage field change Initial Comment: PROBLEM 1: - Create a parser project, - Select XMLSchema as language, - Select a Schema URI, - Open preferences, - Close preferences by pressing Ok, This results in the schema-uri changing to: "Please specify a URI". PROBLEM 2: - Create a parser project, - Select RelaxNG as language, - Select a Schema URI, - Open preferences, - Close preferences by pressing Ok, This results in the language changing to "No Language Specified". This results in the schema-uri changing to: "Please specify a URI" and it is disabled. ---------------------------------------------------------------------- Comment By: Edwin Dankert (edankert) Date: 2007-09-25 19:50 Message: Logged In: YES user_id=452928 Originator: YES The problems were the following: [1] The correct item was not selected afterwards (index not correctly tested). [2] The language field was changed by removing and adding items. [3] The undo information was still recorded. To make sure it isn't possible to have defined a "schemaLanguage" which is not added to the list of Schema Languages, when a schemaLanguage is not available in the preferences, the language is still added to the combo-box and used when executing the project. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1752448&group_id=145971 |