I am having an issue with characters being ignored when typing in a rich text field. This only seems to be an issue in IE8 and IE9. For example I have typed "the quick brown fox jumps over the lazy dog" four times and this is what is displayed in the rich text field.
the quick brown fx jump over the lazy dog
the quckbrown f umps over the azy dog
the quick rown fox jumps over the azy dog
the quck brown fox jumps ove the lazydog
I first assumed there may be some javascript running in the background attached to the keypress event (perhaps for spellcheck) which wasn't completing in time for the next keypress but have had no luck tracking it down. I have tried on multiple computers and all have this issue.
We noticed this weird problem with some of our users on Tridion SP1 in RTF fields. I do not recollect that we had issue with Normal TextFields.
Check this Hotfix if it helps : CM_2011.1.0.77763
https://www.sdltridionworld.com/downloads/hotfixes/SDL_Tridion_2011_SP1/index.aspx (login to SDL Tridion World and go to Hotfixes to download this hotfix).
Related
I am using fullcalendar 5 with Spanish locale. All texts appear in Spanish but when a n more link appears. That text still appears in English.
I was searching in the docs but I did not find how to change the language of that text.
And the big problem with the Demo page that I hope it should be fixed is that it shows what can the plugin do, but it does not show how to do it.
For example, in this page: https://fullcalendar.io/demos when selecting Locales menu option I can see that text was translated to Russian, but when click on more info, no info about that is found.
Any hint?
I'm working on a web application and I want to make it easy to use via screen reader.
Testing stuff in JAWS is time consuming.
Is it possible to make JAWS display text instead of reading it?
I don't want actually to hear the content during development.
I just want to see what would be read by JAWS.
There is no speech viewer for Jaws, as far as I know. However, you can make it write all speech output to a log file using the "/z" switch. Unfortunately, you cannot view the log file in a text editor while the screen reader is running, because it is locked.
Open a command prompt or bring up the Run dialog by pressing Win+r and type:
"jaws_executable" /z"log_file"
Where "jaws_executable" is the full path and file name of the Jaws application and "log_file" is the location and name of the speech log file.
Important: There should be no space between "/z" and the log file name.
This is an old thread, but since it came up top in my search I thought I'd update it. JAWS 15 has just introduced this capability through the "Speech History" feature. Follow these directions to enable it:
If you miss one or more messages spoken by JAWS, you can press
INSERT+SPACEBAR, followed by H to open a Results Viewer window
containing up to the last 50 announcements spoken by the synthesizer.
When the Speech History window opens, you are placed on the line
containing the most recent announcement. To clear the history, press
INSERT+SPACEBAR, followed by SHIFT+H. The history is also cleared when
you lock the computer or completely log off. If you do not want JAWS
to maintain a speech history, clear the Enable Speech History check
box in Settings Center.
Read more in the JAWS 15 What's New document under New Speech History for Speech-only Users.
For those of you stuck with JAWS 14, Nektarios Paisios answer using the "/z" log worked best for me.
I believe there is a visual indicator in JAWS, but my version of JAWS is being a bit wonky. These days, NVDA plays pretty similarly to JAWS, so you can use that, and it has a speech output console: Right click the NVDA icon in the system tray, select Tools, and Speech Viewer.
The easiest way to see what a screen reader 'sees' is to disable the CSS. This will show you everything on the page that the screen reader can access. This will give you a good idea what is going on during development until you want to get into the more complicated stuff.
See http://www.iheni.com/quick-tip-testing-web-content-for-screen-readers-without-a-screen-reader/. This site has a lot of useful info too http://webaim.org/articles/.
You can enable the Braille Viewer in Start Menu > All Programs > JAWS 14.0 > Braille Viewer.
Braille Viewer will render visual text output of what would be sent to a braille display. It sometimes uses abbreviations or shorthand but is a close representation of the speech output.
Also take a look at Fangs Screen Reader Emulator for Firefox. It will render a text output of what a screen reader would announce on a page, in the correct read order, though it does not render dynamic content.
JAWS is supplied with a Braille Viewer in the 'Utilities' folder, which will render any text from the focus.
I'm converting a desktop training application to a SharePoint 2007 website. This is a little hard to describe, but one feature of the application is a section of training instructions coupled with a photograph. Imagine a photograph of a kitchen on the left and a scrollable section of text information on how to use the kitchen on the right. The text on the right will be rich text from SP reusable content. The photograph has several dots marked on various places of interest in the kitchen with a little color coded box containing a text description of the point it's next to. When you hover over text instructions in the right section, the corresponding dot for that area of the kitchen needs to be highlighted (a thicker, or wider border on the dot and description box, maybe a lighter background color). So if I hover or click the paragraph about the refrigerator in the right pane, the dot and description over the photo on the left would become highlighted.
My experience with asp.net has been very data driven and the web has become a lot more visually capable since then. Would DHTML, Silverlight, or something else be the best option for this? We cannot use Flash.
I determined either DHTML or Silverlight would be fine. We ended up going with Silverlight 5 because we are more adept to that technology and even though there may not be a Silverlight 6, MS will continue to support Silverlight 5 long enough for our needs (until 2023 or something like that). I gave the jquery MapHilight plugin a shot, but couldn't find any support on how to use it
How do I turn off the instant search in Xcode 4's Documentation? Everytime I pause my typing, I have to wait for too long (sometimes 30 seconds, honestly) before I can type some more. If that's how long it takes, I'd rather just hit enter to search.
Thanks in advance!
If you didn't have so many documentation sets downloaded or, more importantly, selected to search when you are typing into that Search field... you wouldn't experience the download.
Click on the magnifying glass icon there and you can change "Find Options" to only look at the documentation sets that are most relevant to you (whether Macintosh or iPhone, and whether 10.6 or 10.7, iOS 4 or iOS 5).
(I cribbed my answer from this question). Hope this helps you out!
I haven't been able to find what these Xcode icons mean. Some you can deduce (cup icon is cocoa, person icon is your code) but other's are more mysterious.
UPDATE 1:
I was able to find the icon files under:
.../Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/Resources
There's a total of 13 different icons and they are all clearly labeled. In the screenshot that I posted we have:
Person icon is User
Mug icon is AppKit (or UIKit)
Briefcase icon is Frameworks
Gear icon is System
Morse code icon is Foundation
Spider web looking icon is Web
Update 2:
A while back I wrote a blog post that's easier to read:
http://jlmendezbonini.com/2013/03/27/Xcode-4-debugger-icons.html
Update 3:
Looks like Apple finally documented it in the Process View Display
section. Here's a link to the image:
Here's a quick screen shot of the folder mentioned. The names explain the meaning of each icon. This is from xcode 5 beta 2.
The icon means, in general, assembly for which you don't have debugging symbols. Not your code (the person icon), not public, top-level Cocoa code (the mug), not Framework/library code (the suitcase) but plain old assembly.
I don't think this is documented anywhere (I haven't seen it) but it seems to hold true for all the tests I've done.