Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI elements are not clickable in Opera browser #3737

Closed
anonymous-matomo-user opened this issue Feb 6, 2013 · 3 comments
Closed

UI elements are not clickable in Opera browser #3737

anonymous-matomo-user opened this issue Feb 6, 2013 · 3 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. duplicate For issues that already existed in our issue tracker and were reported previously.

Comments

@anonymous-matomo-user
Copy link

Piwik 1.10.1, Opera 12.02 build 1578 (Windows 7, Linux)
Demo page: http://piwik.textual.ru/

When I click on lines that are supposed to expand (domain names and search queries, for example), nothing happens. When I click on a cog (configuration icon) everything but the header disappears.

Everything worked fine on Piwik 1.9.2, so this is a regression.

@halfdan
Copy link
Member

halfdan commented Feb 6, 2013

On the JavaScript Console I am getting the following error. Can you please check if the Transitions plugin is activated?

The error also appears in Chrome/Firefox, so this is not browser related.

Uncaught exception: ReferenceError: Undefined variable: DataTable_RowActions_TransitionsError thrown at line 27513, column 2 in <anonymous function: isAvailableOnReport>(dataTableParams) in http://piwik.textual.ru/index.php?module=Proxy&action=getJs&cb=fcc0ec943f177f2928b6df1c5e90269e:
    return DataTable_RowActions_Transitions.isPageUrlReport(dataTableParams.module, dataTableParams.action);
called from line 22630, column 4 in <anonymous function: getAvailableActionsForReport>(dataTableParams, tr) in http://piwik.textual.ru/index.php?module=Proxy&action=getJs&cb=fcc0ec943f177f2928b6df1c5e90269e:
    if (this.registry[i].isAvailableOnReport(dataTableParams, tr))
called from line 22279, column 2 in <anonymous function: doHandleRowActions>(trs) in http://piwik.textual.ru/index.php?module=Proxy&action=getJs&cb=fcc0ec943f177f2928b6df1c5e90269e:
    var availableActionsForReport = DataTable_RowActions_Registry.getAvailableActionsForReport(self.param);
called from line 22223, column 2 in <anonymous function: handleRowActions>(domElem) in http://piwik.textual.ru/index.php?module=Proxy&action=getJs&cb=fcc0ec943f177f2928b6df1c5e90269e:
    this.doHandleRowActions(domElem.find('table > tbody > tr'));
called from line 21486, column 2 in <anonymous function: bindEventsAndApplyStyle>(domElem) in http://piwik.textual.ru/index.php?module=Proxy&action=getJs&cb=fcc0ec943f177f2928b6df1c5e90269e:
    self.handleRowActions(domElem);
called from line 21373, column 2 in <anonymous function: init>(workingDivId, domElem) in http://piwik.textual.ru/index.php?module=Proxy&action=getJs&cb=fcc0ec943f177f2928b6df1c5e90269e:
    this.bindEventsAndApplyStyle(domElem);
called from line 24, column 1 in <anonymous function>():
    table.init(id);
called via Function.prototype.apply() from line 763, column 5 in <anonymous function: f.Callbacks>(b, f) in http://piwik.textual.ru/index.php?module=Proxy&action=getJs&cb=fcc0ec943f177f2928b6df1c5e90269e:
    if (c[m].apply(b, f) === !1 && a.stopOnFalse)
called from line 773, column 6 in <anonymous function: add>() in http://piwik.textual.ru/index.php?module=Proxy&action=getJs&cb=fcc0ec943f177f2928b6df1c5e90269e:
    n(arguments), j ? l = c.length : e && e !== !0 && (k = a, o(e[0], e[1]))
called from line 426, column 5 in <anonymous function: ready>(a) in http://piwik.textual.ru/index.php?module=Proxy&action=getJs&cb=fcc0ec943f177f2928b6df1c5e90269e:
    e.bindReady(), A.add(a);

@anonymous-matomo-user
Copy link
Author

Transitions plugin is inactive and has always been.
My error console is strangely empty.

@mattab
Copy link
Member

mattab commented Feb 7, 2013

Duplicates #3701

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. duplicate For issues that already existed in our issue tracker and were reported previously.
Projects
None yet
Development

No branches or pull requests

3 participants