• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: this was never an issue before.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: this was never an issue before.


  • Subject: Re: this was never an issue before.
  • From: Theodore Petrosky <email@hidden>
  • Date: Wed, 23 Oct 2013 11:39:42 -0700 (PDT)

well the solution was System Preferences => Langugage and Text => Text     turn off the Ellipsis function.



--------------------------------------------
On Wed, 10/23/13, Theodore Petrosky <email@hidden> wrote:

 Subject: this was never an issue before.
 To: "WebObjects Development" <email@hidden>
 Date: Wednesday, October 23, 2013, 1:49 PM

 I just updated one of my workstations
 to the newest Safari. In one of my Wonder Apps, I have an
 AjaxInPlaceEditor in a table.

 My Entity has a method:

     public String statusWithNull() {

         if (this.itemStatus()
 == null || this.itemStatus().length() == 0) {
            
 return "Status ......";
         }   
    
         return
 this.itemStatus();       
     }

 Obviously, if the itemStatus is null I am returning "Status
 ……"

 In the new Safari, if the user clicks on the inPlaceEditor,
 she will get an text area to edit and the "Status ……"
 shows up. Her job is to place an 'X' at the end of the dots.
 when she does this in the newest Safari she sees "Status
 ...â¦X"

 It seems that the newest Safari is substituting "â¦" for
 the last three periods. This is what is stored "Status
 ...<C3><A2><C2><80><C2><A6>X"
 in the backend.

 My work around is to get her to use Firefox, but I would
 like to find what I did wrong. this is the top of my HTML:

 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01
 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd";>

 <html lang="en">

 My feeling is that somehow, Safari is translating the three
 dots into an Ellipsis and screwing the pooch.
  _______________________________________________
 Do not post admin requests to the list. They will be
 ignored.
 Webobjects-dev mailing list      (email@hidden)
 Help/Unsubscribe/Update your Subscription:

 This email sent to email@hidden

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


References: 
 >this was never an issue before. (From: Theodore Petrosky <email@hidden>)

  • Prev by Date: this was never an issue before.
  • Next by Date: Re: this was never an issue before.
  • Previous by thread: this was never an issue before.
  • Next by thread: Re: this was never an issue before.
  • Index(es):
    • Date
    • Thread