Closed Bug 500737 Opened 15 years ago Closed 13 years ago

Phonetic Bangla Typing

Categories

(Core :: DOM: UI Events & Focus Handling, defect)

defect
Not set
normal

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: jayantanth, Unassigned)

References

()

Details

(Keywords: qawanted)

Attachments

(3 files)

51.58 KB, application/octet-stream
Details
51.67 KB, application/octet-stream
Details
189.53 KB, image/jpeg
Details
User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11 (.NET CLR 3.5.30729)

Hi,
I am from Bengali Wikipedia. Phonetic KeyBoard is not working in Mozilla Fire
fox,Google Crome but it is working fine at IE.

If you edit some page of http://bn.wikipedia.org/ in IE, you can see the
"Phonetic Bangla Typing. Check/Uncheck box or use Esc as a toggle key to
activate/deactivate. Go to WP:Typing for help". That means the script is OK in wikipedia.But you can't see the same in FireFox.

And also in the Marathi wikipedia( http://mr.wikipedia.org/) as works fine in FireFox.!!!!!!!!!! 




Reproducible: Always
Does this work in safe mode?  Are there any errors listed in the error console, tools->error console?
Attached file error
Attached file error 2
Those are not the errors.  Could you please copy and paste the errors are shown in the Tools menu -> Error console.
dear, I found some error in Error console please find the attchnemt
(In reply to comment #5)
> Created an attachment (id=385650) [details]
> error console screenshots

Are those the only two errors and they are just listed a bunch of times?  Could you please post the exact error here.  Screenshots are hard to work with because we'd have to switch back and forth to type out the errors from the screenshot.
Keywords: qawanted
Dear I have shorted out 

1. Warnings message :Unknown property  'word-wrap'. Declarration dropped

at the script
/* Styling for citations */
cite {
    font-style: normal;
    word-wrap: break-word;
}


2. Warnings message :Unknown property  'column-count'. Declarration dropped

at the script
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
/* Please ignore any validator errors caused by these two lines */
.references-2column {
    font-size: 90%;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}


3. Error message :document.attachEvent is not a function

at script
/* Scripts specific to Internet Explorer */
 
if (navigator.appName == "Microsoft Internet Explorer")
{
    /** Internet Explorer bug fix **************************************************
     *
     *  Description: Fixes IE horizontal scrollbar bug
     *  Maintainers: [[User:Tom-]]?
     */
 
    var oldWidth;
    var docEl = document.documentElement;
 
    function fixIEScroll()
    {
        if (!oldWidth || docEl.clientWidth > oldWidth)
            doFixIEScroll();
        else
            setTimeout(doFixIEScroll, 1);
 
        oldWidth = docEl.clientWidth;
    }
 
    function doFixIEScroll() {
        docEl.style.overflowX = (docEl.scrollWidth - docEl.clientWidth < 4) ? "hidden" : "";
    }
 
    document.attachEvent("onreadystatechange", fixIEScroll);
    document.attachEvent("onresize", fixIEScroll);


4. Error message :missing } in compound statement
addLoadEvent(addTextEvent)


at script
/*
var nav = navigator.userAgent.toUpperCase();
rtsupported = (nav.indexOf("GECKO") >= 0 || nav.indexOf("OPERA") >= 0 || nav.indexOf("SAFARI") >= 0);
*/


rtsupported = (document.selection != undefined)

if (!rtsupported) {
var element = document.createElement("TEXTAREA");
editform.appendChild(element);
if (element.selectionStart != undefined)
rtsupported = true;
editform.removeChild(element);
}

} catch (error) {

}
}
addLoadEvent(addTextEvent)
I found an error in error console Error: [Exception... "Node was not found" code: "8" nsresult: "0x80530008 (NS_ERROR_DOM_NOT_FOUND_ERR)" location: "http://bn.wikipedia.org/w/index.php?title=-&action=raw&smaxage=0&gen=js&useskin=monobook Line: 1277"]Source File: http://bn.wikipedia.org/w/index.php?title=-&action=raw&smaxage=0&gen=js&useskin=monobook Line: 1277 at editform.insertBefore(element,textBox); Do you Know where Node has to be define?
Component: General → Keyboard: Navigation
Product: Firefox → Core
QA Contact: general → keyboard.navigation
jayanta, do you see this in version 3.6?
Mozilla/5.0 (X11; Linux i686; rv:6.0) Gecko/20100101 Firefox/6.0

Setting status to Resolved Incomplete. Reopen if you consider that I am wrong.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → INCOMPLETE
Component: Keyboard: Navigation → User events and focus handling
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: