Updates:
Status: Untriaged
Cc: [EMAIL PROTECTED]
Labels: -Area-Misc Area-Compat Evangelism Area-WebKit
Comment #1 on issue 5205 by [EMAIL PROTECTED]: Formatted Text Problem on
vBulletin
http://code.google.com/p/chromium/issues/detail?id=5205
IE 7: OK
Safari 3.2: Same issue
This is not an issue of Chrome. vbulletin site checks for browser types and
return
different source code for different brwosers. For Chrome/Safari, it doesn't
provide
the functionality(source code) for "Check Spelling" and "Switch Editor
Mode".
For source code in IE, there is code like:
......
<td><div class="imagebutton" id="vB_Editor_001_cmd_spelling"><img
src="images/editor/spelling.gif" width="21" height="20" alt="Check Spelling"
/></div></td>
......
<td><div class="imagebutton" id="vB_Editor_001_cmd_switchmode"><img
src="images/editor/switchmode.gif" width="21" height="20" alt="Switch
Editor Mode"
/></div></td>
......
But in Chrome, there isn't.
The vbulletin should consider about supporting not only IE/Firefox but also
Chrome/Safari on these functionalities.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---