Git Product home page Git Product logo

Comments (17)

EPTamminga avatar EPTamminga commented on August 23, 2024

Is it possible that the template for the tooltip is overwritten?
Have your cleared you browser cache or tried another browser?

from dnn.events.

djamell avatar djamell commented on August 23, 2024

I checked the template and it is the same as before. I have also tried IE, FF, Chrome. Restarted App Pool in IIS. All with the same result.

BUT - The tooltip works fine on the Month View.

from dnn.events.

EPTamminga avatar EPTamminga commented on August 23, 2024

DId you try the defaiult DNN skin and container? And the module on a clean separate page?
AFAIK, there was not really a change in the .js loading.

It might help if the question is posted in Events forum in dnnsoftware.com:
http://www.dnnsoftware.com/forums/forumid/20/scope/threads

from dnn.events.

djamell avatar djamell commented on August 23, 2024

Done: http://www.dnnsoftware.com/forums/forumid/20/threadid/517347/scope/posts

Updated for trying default skin and container (gravity) and single module on one page with no improvement. No javascript errors observed in any browser.

from dnn.events.

djamell avatar djamell commented on August 23, 2024

Hello EPT, I'm following up on this bug since posting in the Events Forum.

Roger had the following reply which seemed to indicate the problem.

"OK, I've had a look on my site, it looks like the controls aren't being added correctly to radtooltip manager. For the repeater it should have a control entry that looks like 'ctlEvents_Mod_1072_RptRowBody_5' I think (I'd have to see a working one to be sure), but they all are duplicates of 'dnn_ctr1072_Events_EventRpt'.

I'd suggest you raise this as a bug...

To be honest, I haven't even added the tooltip token to the test on repeater view I just did, so it shouldn't have added the tooltip at all. So it maybe it is adding unnecessary tooltip info that is confusing things. "

The full thread is at http://www.dnnsoftware.com/forums/forumid/20/threadid/517347/scope/posts

from dnn.events.

MaikRichter avatar MaikRichter commented on August 23, 2024

I have been seeing the same issue where the tooltips did not appear correctly. One workaround that worked for me was to modify the EventRpt.ascx file to add AutoTooltipify

ID="toolTipManager" runat="server" HideEvent="LeaveTargetAndToolTip" Modal="False" EnableShadow="True" CssClass="Eventtooltip" ShowCallout="False" AutoTooltipify="True" />

However this only works if you just have one event module on a page. Adding a second one broke the tooltip again. Had to disable tooltips on the second module. Also if you allow to switch between repeater and week / month view the tooltips get corrupted on repeater view but work on month view.

from dnn.events.

djamell avatar djamell commented on August 23, 2024

@EPTamminga - Can you verify that this is a bug that will be fixed?

from dnn.events.

EPTamminga avatar EPTamminga commented on August 23, 2024

I am on holiday atm (and unable to verify), but there is a pull request that should fix it. If so, that fix will be im the next releases.

from dnn.events.

MaikRichter avatar MaikRichter commented on August 23, 2024

Great news. Thanks
Maik

 Ernst Peter Tamminga <[email protected]> schrieb am 22:23 Sonntag, 3.Mai 2015:

I am on holiday atm (and unable to verify), but there is a pull request that should fix it. If so, that fix will be im the next releases.—
Reply to this email directly or view it on GitHub.

from dnn.events.

MaikRichter avatar MaikRichter commented on August 23, 2024

Just another thing I came across working with the module - not sure if you are the one who can fix it too.There are 2 issues with the list index of repeater view

Issue 1Assume you are on page 6 out of 20, watching the list. If you go to detail view on a particual entry and you hit "return" you always get back to the 1st page out of the list, I guess it should return to page 6

Issue 2Select page 6 (or any other) and restrict the selection by picking one category from the list of available ones. Basically the new view is stating you don't have any entries, while you can see that you got 3 pages for this category ( as an example). If you pick the 1st one - or any other - you will get a mixed view from different categories. 

I could provide more details if you want.
Happy holydays...
Maik

 Ernst Peter Tamminga <[email protected]> schrieb am 22:23 Sonntag, 3.Mai 2015:

I am on holiday atm (and unable to verify), but there is a pull request that should fix it. If so, that fix will be im the next releases.—
Reply to this email directly or view it on GitHub.

from dnn.events.

EPTamminga avatar EPTamminga commented on August 23, 2024

@MaikRichter: Thanks for the issues, they seem valid/real issues, although not fatal.
It would make life a bit easier if you could make 2 new separate issues here on GitHub OR 2 separate issues on dnnevents.codeplex.com/issues.
I am still a bit in the transition from CodePlex to GitHub, but expect in the end that CodePlex will only be used for release distribution, which is a bit better than here at GitHub.

from dnn.events.

djamell avatar djamell commented on August 23, 2024

For the original problem I reported here:

After some testing it seems that this problem was introduced in version 6.3.1. Possible related to a tooltip fix that was implemented?

from dnn.events.

djamell avatar djamell commented on August 23, 2024

Again, my original issue (this one) was hijacked and the original subject, problem and analysis are on point including my last post above on May 25th. I also reported this same issue in the DNN Events Module Forum.

Is it necessary that I recreate the issue again in both places?

from dnn.events.

EPTamminga avatar EPTamminga commented on August 23, 2024

No need to do a split. If someone picks up this issue, I assume the complete comment stream is read and analyzed.

from dnn.events.

relaxabyte avatar relaxabyte commented on August 23, 2024

I experienced the same thing with 6.2.1 in the repeater list with tooltips only appearing as plain text in the title as djamell originally reported. I see the same repeating control entry that Roger mentioned in the other forum. EPTamminga mentioned a potential fix in the next version back in May 2015. Version 6.2.2 was released in mid-January 2016. After upgrading to 6.2.2, I still see the same problem where the tooltips work fine for the other layouts, but not in the repeater layout.

from dnn.events.

valadas avatar valadas commented on August 23, 2024

@EPTamminga did the pull request you mention here related to this? It does not look like it from what I see in the pull request...

from dnn.events.

EPTamminga avatar EPTamminga commented on August 23, 2024

@valadas Too long back, it might be that this issue was fixed in an earlier stage. Let's close the issue and ask the original persons (@djamell @MaikRichter) to create a new issue is the bug still exists,

from dnn.events.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.