rich:datascroller not working with rich:datatable on Internet Explorer - java

I have rich:datascroller as header and footer to rich:datatable in JSF.It works well when click on datascroller to page navigation when run on google chrome but when same run on internet explorer doesnt show data in datatable when f5 is pressed then it shows the data in datatable.

In my case was same plugin added that generates error when I tried click to change to other view. I reset browser's configuration to uninstall all pluggins and the navegation between pages back to work.
P.S: Sorry my poor English :-)

Related

JAWs reads wrong tags from Eclipse SWT Edge browser on Tab button event

When we use JAWs for accessibility purpose we find an issue with Tab button. It's work correct for IE browser, but wrong for Edge. When SWT Edge browser widget display and we use Tab button JAWs pronounce wrong Link/Button label, (it repeat the previous one, but if we click Enter right link will open).The issue is random, sometimes it's work correct but sometimes simply repeat the previous Link title/label. It's work ok if I use U button but wrong for Tab. I've tested browser's part locally running it at Edge browser and found that Tab button work correct with JAWs. But when I run application as a part of Eclipse RCP application with SWT Edge browser I found an error. It seems like we have some conflict/problem between SWT Edge and Jaws. May be some one understand the problem and can help with it? Thank you

Show Image in Chrome extension popup

I'm trying to reach a point where my extension can show not only a notification that a website is updated, but also a small image that represents this update from that site. The only way I seem to get this to work is if the user has the updated page in a tab. In this case, I just reference the document.ImageSrc
img[i] = document.images[i].src;
or iFrame and it will show the first image of that page.
The problemis that an update extension that forces the user to click on the page is useless; download an extension to show updates of a page they'd have to open anyway.
Is there a way around this?
A way to show a preview of the page without being on it? Or to display the first image of a page? Or first tweet without being on twitter?
Other question wasn't answered.

Toggle tab navigation without using jquery and javascript

I want to navigate between menu tabs and display content without using any java script and j query .
because, when java script disabled from the browser its does not work.
I have attached image for menu tab.
can anybody help
Thanks
Sanjeev
See my answer here: Is it possible to have tabs without javascript
Yes, it's possible, but it won't work everywhere (yet!)
If you aren't going to use javascript, then you are pretty much stuck having each tab be a link that refreshes the whole page, with the new tab marked somehow as active and its content included.

Aptana how to active preview

how to activate the live preview in Aptana?
in its daownload page says:
“Live Preview
Quickly switch between a view of your source code and the rendered HTML page in popular web browsers. ”
but how?
To preview an html file, first open the html file and then click on the preview icon on the toolbar:
I am not completely sure, but I think you can simply click the green "run" button.
Here is a link to the documentation about "previewing": http://wiki.appcelerator.org/display/tis/Previewing+a+project+in+a+web+browser

GWT refresh cyle in development mode

I am getting a serious problem with gwt. When I am first launching the server, I am viewing the page but later when refreshing the browser, I am getting a blank page. When I do view source, I see all the required tags such nocache.js and history frame but i get a blank screen
According to me, When you refresh the page, you are not on the home page. So you replace panels on onmodulLoad on the home page, but in other pages main panels is not generated and replaced in browser.
To check my theory. Please insert a System.out.println("isLoading"); start point of onModuleLoad. Be sure In initial case "isLoading" written to console. After try to refresh page. It it isn't written you must load your homepage whenever refreshed browser.
I hope, my solution is clear.

Categories