Length problem display in tinymce (home page)
Length problem display in tinymce (home page)
Baloo |
It's pretty hard to call this a bug. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
I have this on my own site as well.. Also tested on Boonex demo site. There is no word wrap. Even if you have Multiple Selector or TextArea option picked. The does not go past one line. It just does not show any more.. Screen shots below are from boonex demo. |
I have this on my own site as well.. Also tested on Boonex demo site. There is no word wrap. Even if you have Multiple Selector or TextArea option picked. The does not go past one line. It just does not show any more.. Screen shots below are from boonex demo. This is not the same issue as the one posted by Boohoo in the first post of this topic. In Boohoo's example, he held down the 't' key to enter a ridiculously long, unbroken line of text that cannot wrap because there's no word breaks. It's a situation that would only occur when someone was being stupid. That's why I said it would be difficult to call it a bug. The only thing do do in the aforementioned case would be to hide the overflow, but what would be the point?
In your case however, the applicable css is in /templates/base/css/forms_adv.css around line 60 .form_advanced_table .bx-form-caption, .form_advanced_table .bx-form-value {
white-space: nowrap;
}
Change the text in red to 'normal' instead of 'nowrap' ... or wait to see if Boonex has some other fix. I don't usually suggest altering css files in the base directory, but this issue seems to be common to all templates. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Thank you very much HL.. That fixed it for me.. I will keep both default and the edited file just incse they have something different they come up with.. Thanks again for your help.. |
Probably a good idea. That particular css targets a lot of different elements, and somewhere there's probably a good reason for not wrapping text... so the 'fix' I suggested may not be a good permanent solution. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Thank you for the report, I've added this report to the following issue: https://github.com/boonex/dolphin.pro/issues/73 I have this on my own site as well.. Also tested on Boonex demo site. There is no word wrap. Even if you have Multiple Selector or TextArea option picked. The does not go past one line. It just does not show any more.. Screen shots below are from boonex demo.
Rules → http://www.boonex.com/terms |
Here is the fix for this (and related) problem: https://github.com/boonex/dolphin.pro/commit/ffa76b872acbdc860f9255c5e51e50c7fd3d7641 Rules → http://www.boonex.com/terms |
Here is the fix for this (and related) problem: https://github.com/boonex/dolphin.pro/commit/ffa76b872acbdc860f9255c5e51e50c7fd3d7641 I have done all the template changes and still in the profile fields there is only one line of text? I have manually cleared all cache(cache,public_cache,tmp) and only left the .htaccess file. Refreshed my page 10 times. Cleared the browser cache and still only one line of text. I have even checked with the UNI template. Image attached. |
Could you provide link to the profile on your site with the problem ? I have done all the template changes and still in the profile fields there is only one line of text? I have manually cleared all cache(cache,public_cache,tmp) and only left the .htaccess file. Refreshed my page 10 times. Cleared the browser cache and still only one line of text. I have even checked with the UNI template. Image attached.
Rules → http://www.boonex.com/terms |
Thanks Alex.. PM sent with site and user account info.. |
@AlexT..... It works for me.
@TS.... Just to be clear, you should have replaced these four files:
templates/base/css/forms_adv.css My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
I just downloaded the zip at the github. Took those files and uploaded them to the server just to make sure I did not mess up a code some how and still the same thing.. I do not know.. Might have a conflict with something then.. |
I've checked and can see that css and template changes are there, so the problem maybe in /cache/* files or changes in PHP files are still not applied. I just downloaded the zip at the github. Took those files and uploaded them to the server just to make sure I did not mess up a code some how and still the same thing.. I do not know.. Might have a conflict with something then..
Rules → http://www.boonex.com/terms |
Thanks Alex. The cache system has been and is all turned off but I still go in the cache folders and if anything is in there but the .htaccess I remove it though the FTP. I have also downloaded the github last night and uploaded those mentioned files to the server just to make sure all files are done right.. I will figure it out.. Thanks all.. |
It is not fixed on the demo as well. Screen shot attached..
The text put in is: "Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..." "There is no one who loves pain itself, who seeks after it and wants to have it, simply because it is pain..." Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like). |
Demo is 7.2.0 version, when 7.2.1 version is released (with this fix) we'll update demo as well. It is not fixed on the demo as well. Screen shot attached..
Rules → http://www.boonex.com/terms |
Oh.. Ok.. Then I will just have to put HL temp fix back in.. Thanks all.. |
Nope still not fixed so staying with HL fix.. Thanks HL.. |