View Single Post
Old 11-28-2014, 11:05 PM   #7
phossler
Wizard
phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.
 
Posts: 1,087
Karma: 447222
Join Date: Jan 2009
Location: Valley Forge, PA, USA
Device: Kindle Paperwhite
Change Case and Spell Check

You are right -- the editor seems to be adjusting my selected text based on the fact that the second case below seems to be in mixed case

In both cases I selected the text with the mouse from right to left

In the first the "nice text in one case" remained selected after a right click
In the second only the "aaaa" remained selected after a right click


Original --

Code:
<body>
    <p>original = nice text in one case</p>
    <p>after     = nice text in one case</p>

    <p>original = aaaa bbbb CCCC dddd eeeEEE FFFfff</p>
    <p>after    =  aaaa bbbb CCCC dddd eeeEEE FFFfff</p>
  
</body>

After UPPER CASE

Code:
<body>
    <p>original = nice text in one case</p>
    <p>after     = NICE TEXT IN ONE CASE</p>

    <p>original = aaaa bbbb CCCC dddd eeeEEE FFFfff</p>
    <p>after    = AAAA bbbb CCCC dddd eeeEEE FFFfff</p>
  
</body>
Is the editor supposed to do that, or is there a setting I'm missing?

Last edited by phossler; 11-29-2014 at 10:25 AM. Reason: Did some more testing
phossler is offline   Reply With Quote