ID 1808
Created 1/23/09
Reporter/s Jeff Young
Version 2.0b14
Type Bug
Status Fixed
Platform All
Resolved 1/19/10
Version 2.0b73
Title Spelling checker doesn't seem to handle hyphenated words
Description

I'm not sure if it doesn't have any in the dictionary, or just not very many. If it doesn't have any, it might be best just to pass them in as two separate words.

Anyway, it's currently tripping up on things such as:

well-condensed
semi-stellar
crown-pleaser
well-defined

(Note that separating the input into two words won't catch where someone uses a hyphen and shouldn't, such as "non-descript". Perhaps you could pass the word in first with the hyphen, and if one of the suggestions is the same text without the hyphen, then present those. If not, then throw out the results and re-run it as two separate words?)

Developer
Analysis

Problem is that I'm using third-party code. However, I will lean on the vendor for this and other fixes (or ways of overriding existing functionality).

Resolution

Fixed. Vendor made change so that hyphenated words are treated as two (or more) separate words. The "non-descript" problem is a trickier one to handle.

Picture


Return to full list of bugs/enhancements

Return to beta page