owncloud-archive / documents

ownCloud Documents is collaborative editing of rich-text documents.
http://owncloud.org/
137 stars 55 forks source link

Enter key inserts section break after the title #603

Open linuxtm opened 8 years ago

linuxtm commented 8 years ago

Steps to reproduce

  1. Install 8.2.2 (Stable)
  2. Enable Local MS support (LibreOffice 5.0.4.2)
  3. Edit .docx file

    Expected behaviour

The "enter" key should insert new line.

Actual behaviour

The "enter" key inserts a section break. This however, happens only after the title. In the other parts of the documents the enter key works as expected. (screenshots here: http://imgur.com/a/MNV6p )

Server configuration

Operating system: CentOS 7.2.1511, kernel 3.10.0-229.20.1.el7.x86_64 Web server: Apache/2.4.6 Database: MySQL 5.6.28 PHP version: PHP 5.5.30 ownCloud version: (see ownCloud admin page) 8.2.2(stable) Updated from an older ownCloud or fresh install: Update from 8.2.1(stable)

List of activated apps:

  - activity: 2.1.3
  - documents: 0.11.0
  - files: 1.2.0
  - files_pdfviewer: 0.7
  - files_sharing: 0.7.0
  - files_texteditor: 2.0
  - files_versions: 1.1.0
  - files_videoviewer: 0.1.3
  - firstrunwizard: 1.1
  - gallery: 14.2.0
  - notifications: 0.1.0
  - provisioning_api: 0.3.0
  - templateeditor: 0.1
  - user_ldap: 0.7.1

The content of config/config.php:

{
    "system": {
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "appstoreenabled": true,
        "has_internet_connection": true,
        "preview_libreoffice_path": "\/usr\/bin\/libreoffice5.0",
        "trusted_domains": [
            "***REMOVED SENSITIVE VALUE***",
            "***REMOVED SENSITIVE VALUE***"
        ],
        "datadirectory": "\/var\/www\/html\/owncloud\/data",
        "overwrite.cli.url": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "8.2.2.2",
        "dbname": "owncloud",
        "dbhost": "localhost",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "logtimezone": "UTC",
        "installed": true,
        "ldapIgnoreNamingRules": false,
        "filelocking.enabled": "true",
        "memcache.local": "\\OC\\Memcache\\Redis",
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "localhost",
            "port": 6379,
            "timeout": 0,
            "dbindex": 0
        },
        "maintenance": false,
        "theme": "",
        "loglevel": 2
    }
}

Are you using external storage, if yes which one: No Are you using encryption: No Are you using an external user-backend, if yes which one: LDAP

LDAP configuration

+-------------------------------+-------------------------------------------------------------+
| Configuration                 |                                                             |
+-------------------------------+-------------------------------------------------------------+
| hasMemberOfFilterSupport      | 0                                                           |
| hasPagedResultSupport         |                                                             |
| homeFolderNamingRule          |                                                             |
| lastJpegPhotoLookup           | 0                                                           |
| ldapAgentName                 | ***REMOVED SENSITIVE VALUE***                         |
| ldapAgentPassword             | ***                                                         |
| ldapAttributesForGroupSearch  |                                                             |
| ldapAttributesForUserSearch   |                                                             |
| ldapBackupHost                |                                                             |
| ldapBackupPort                |                                                             |
| ldapBase                      | ***REMOVED SENSITIVE VALUE***                               |
| ldapBaseGroups                |                                                             |
| ldapBaseUsers                 |                                                             |
| ldapCacheTTL                  | 600                                                         |
| ldapConfigurationActive       | 1                                                           |
| ldapEmailAttribute            | mail                                                        |
| ldapExperiencedAdmin          | 0                                                           |
| ldapExpertUUIDGroupAttr       |                                                             |
| ldapExpertUUIDUserAttr        | uid                                                         |
| ldapExpertUsernameAttr        |                                                             |
| ldapGroupDisplayName          | cn                                                          |
| ldapGroupFilter               |                                                             |
| ldapGroupFilterGroups         |                                                             |
| ldapGroupFilterMode           | 0                                                           |
| ldapGroupFilterObjectclass    |                                                             |
| ldapGroupMemberAssocAttr      | uniqueMember                                                |
| ldapHost                      | ***REMOVED SENSITIVE VALUE***                                          |
| ldapIgnoreNamingRules         |                                                             |
| ldapLoginFilter               | ***REMOVED SENSITIVE VALUE*** |
| ldapLoginFilterAttributes     | uid                                                         |
| ldapLoginFilterEmail          | 0                                                           |
| ldapLoginFilterMode           | 0                                                           |
| ldapLoginFilterUsername       | 1                                                           |
| ldapNestedGroups              | 0                                                           |
| ldapOverrideMainServer        |                                                             |
| ldapPagingSize                | 500                                                         |
| ldapPort                      | 389                                                         |
| ldapQuotaAttribute            |                                                             |
| ldapQuotaDefault              |                                                             |
| ldapTLS                       | 0                                                           |
| ldapUserDisplayName           | displayname                                                 |
| ldapUserFilter                | ***REMOVED SENSITIVE VALUE***                              |
| ldapUserFilterGroups          |                                                             |
| ldapUserFilterMode            | 0                                                           |
| ldapUserFilterObjectclass     | ***REMOVED SENSITIVE VALUE***                                               |
| ldapUuidGroupAttribute        | auto                                                        |
| ldapUuidUserAttribute         | auto                                                        |
| turnOffCertCheck              | 0                                                           |
| useMemberOfToDetectMembership | 0                                                           |
+-------------------------------+-------------------------------------------------------------+

Client configuration

Browser: Chrome Operating system: Windows10

Logs

Nothing here

Web server error log

Nothing here

ownCloud log (data/owncloud.log)

Nothing here

Browser log

Nothing here
emign commented 8 years ago

+1 The error is still there.