View previous topic :: View next topic |
Author |
Message |
benst Captain

Joined: May 25, 2004 Posts: 72 Location: The Netherlands
|
Posted: Sat May 05, 2012 1:53 pm Post subject: |
|
Bug report filed. Thanks Patrick!
Ben |
|
Back to top |
|
 |
ovvldc Captain Naiobi

Joined: Sep 13, 2004 Posts: 2352 Location: Zürich, CH
|
Posted: Thu May 10, 2012 12:20 am Post subject: |
|
They may not have listened, as I just updated to the new Safari release and saw weird backgrounds in form fields somewhere.. _________________ "What do you think of Western Civilization?"
"I think it would be a good idea!"
- Mohandas Karamchand Gandhi |
|
Back to top |
|
 |
benst Captain

Joined: May 25, 2004 Posts: 72 Location: The Netherlands
|
Posted: Thu May 10, 2012 1:37 am Post subject: |
|
It was probably too late to fix in time for this release. But they picked it up and came back for some more information about my setup. So it is in the works I presume.
Ben |
|
Back to top |
|
 |
pluby The Architect


Joined: Jun 16, 2003 Posts: 11949
|
Posted: Sat May 12, 2012 7:23 pm Post subject: |
|
I now see this Apple bug on both Mac OS X 10.6.8 and 10.7.4 after installing the latest Apple system updates.
What is stange is that I found out is that this bug only occurs when my test application is compiled on Mac OS X 10.5 and then run on 10.6.8 or 10.7.4. But if the test application is compiled on 10.6.8, the bug does not occur.
Patrick |
|
Back to top |
|
 |
pluby The Architect


Joined: Jun 16, 2003 Posts: 11949
|
Posted: Sat May 12, 2012 11:11 pm Post subject: |
|
FYI. I found a way to stop this Apple bug from occurring using a small tweak to our website. I added the following CSS to both our main website as well as our NeoOffice Mobile website:
Code: | input[type=text] {
border-width: 1px;
}
input[type=password] {
border-width: 1px;
} |
Let me know if you still see the black background bug on your machine. You can test my fix by selecting the NeoOffice's Mobile :: Open NeoOffice Mobile menu and in the window that appears, press the "Forgot Password?" button. If my fix works, the text field on that page should have a white background.
Patrick |
|
Back to top |
|
 |
benst Captain

Joined: May 25, 2004 Posts: 72 Location: The Netherlands
|
Posted: Sun May 13, 2012 3:00 am Post subject: |
|
Hi Patrick,
That CSS change did the trick. Looks fine now.
Kind regards,
Ben |
|
Back to top |
|
 |
pluby The Architect


Joined: Jun 16, 2003 Posts: 11949
|
Posted: Sun May 13, 2012 10:36 am Post subject: |
|
Thanks for testing this change. Thankfully it worked because I doubt that Apple will fix their bug since it only occurs in code compiled on Mac OS X 10.5 which is now unsupported by Apple.
Hopefully, this CSS change will also be useful for other applications that use Apple's WebKit functions like NeoOffice does.
Patrick |
|
Back to top |
|
 |
|