Last modified: 2011-07-14 10:43:20 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T27169, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 25169 - Lqt post preview is broken
Lqt post preview is broken
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
LiquidThreads (Other open bugs)
unspecified
All All
: Low normal (vote)
: ---
Assigned To: Adam Miller
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-09-14 09:46 UTC by Niklas Laxström
Modified: 2011-07-14 10:43 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Niklas Laxström 2010-09-14 09:46:23 UTC
Following javascript error:

Uncaught TypeError: Cannot read property 'dialogs' of undefined on line 175 of lqt.js

174            if ( $j.fn.wikiEditor && $j.wikiEditor.isSupported( $j.wikiEditor.modules.toolbar ) ) {
175                if ( wgWikiEditorPreferences.toolbar.dialogs && $j.wikiEditor.isSupported( $j.wikiEditor.modules.dialogs ) ) {
Comment 1 Max Semenik 2010-09-14 10:14:49 UTC
Other features such as CharInsert are broken, too.
Comment 2 Niklas Laxström 2010-09-14 10:18:30 UTC
(In reply to comment #1)
> Other features such as CharInsert are broken, too.

That is different bug:
80 function insertTags( tagOpen, tagClose, sampleText ) {
81     if ( typeof $j != 'undefined' && typeof $j.fn.textSelection != 'undefined' &&
82             ( currentFocused.nodeName.toLowerCase() == 'iframe' || currentFocused.id == 'wpTextbox1' ) ) {


Uncaught TypeError: Cannot read property 'nodeName' of undefined on line 82 of edit.js
Comment 3 Andrew Garrett 2010-09-14 16:08:11 UTC
Passing this one onto Adam.
Comment 4 Nikola Kovacs 2011-01-10 07:18:02 UTC
(In reply to comment #2)
> (In reply to comment #1)
> > Other features such as CharInsert are broken, too.
> 
> That is different bug:
> 80 function insertTags( tagOpen, tagClose, sampleText ) {
> 81     if ( typeof $j != 'undefined' && typeof $j.fn.textSelection !=
> 'undefined' &&
> 82             ( currentFocused.nodeName.toLowerCase() == 'iframe' ||
> currentFocused.id == 'wpTextbox1' ) ) {
> 
> 
> Uncaught TypeError: Cannot read property 'nodeName' of undefined on line 82 of
> edit.js

That's bug 26620
Comment 5 Mark A. Hershberger 2011-04-14 18:57:30 UTC
lowering priority since old LQT issues are not high priority b/c of the rewrite.
Comment 6 Niklas Laxström 2011-07-14 10:43:20 UTC
I cannot reproduce this anymore.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links